We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d3f30 commit b33721eCopy full SHA for b33721e
src/mcp/server/lowlevel/server.py
@@ -544,6 +544,7 @@ async def handler(req: types.CallToolRequest):
544
async def execute_async():
545
try:
546
logger.debug(f"Starting async execution of {tool_name}")
547
+ self.async_operations.mark_working(operation.token)
548
results = await func(tool_name, arguments)
549
logger.debug(f"Async execution completed for {tool_name}")
550
0 commit comments