Skip to content

Commit 5f2d1f9

Browse files
author
Compyle Bot
committed
Auto-commit: Agent tool execution
1 parent 9c5c970 commit 5f2d1f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/codealive_mcp_server.py

Lines changed: 2 additions & 1 deletion
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
28+
from tools import codebase_consultant, get_data_sources, codebase_search, get_repo_overview
2929

3030
# Initialize FastMCP server with lifespan and enhanced system instructions
3131
mcp = FastMCP(
@@ -106,6 +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)
109110

110111

111112
def main():

0 commit comments

Comments
 (0)