Skip to content

Commit 57751cc

Browse files
author
Compyle Bot
committed
Auto-commit: Agent tool execution
1 parent 720c028 commit 57751cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codealive_mcp_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Import core components
2727
from core import codealive_lifespan, setup_debug_logging
28-
from tools import codebase_consultant, get_data_sources, codebase_search, get_repo_overview
28+
from tools import codebase_consultant, get_data_sources, codebase_search, get_overview
2929

3030
# Initialize FastMCP server with lifespan and enhanced system instructions
3131
mcp = FastMCP(
@@ -106,7 +106,7 @@ async def health_check(request: Request) -> JSONResponse:
106106
mcp.tool()(codebase_consultant)
107107
mcp.tool()(get_data_sources)
108108
mcp.tool()(codebase_search)
109-
mcp.tool()(get_repo_overview)
109+
mcp.tool()(get_overview)
110110

111111

112112
def main():

0 commit comments

Comments
 (0)