arcade-mcp/libs/arcade-mcp-server/arcade_mcp_server
Eric Gustin 139cc2e54d
Fix race condition (#676)
Server start events were sometimes not being tracked because of a race
condition. Adding 150ms wait for now. Longer term solution:
https://app.clickup.com/t/86b7bm6kp

Other events do not suffer from this issue
2025-11-04 15:40:47 -08:00
..
auth Local MCP Fixes and Address General Feedback (#586) 2025-09-29 16:00:47 -07:00
fastapi Local MCP Fixes and Address General Feedback (#586) 2025-09-29 16:00:47 -07:00
managers Rename _meta requirements field to arcade_requirements (#616) 2025-10-14 19:01:05 -07:00
middleware MCP Local (#563) 2025-09-25 15:28:15 -07:00
transports Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
usage Fix race condition (#676) 2025-11-04 15:40:47 -08:00
__init__.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
__main__.py Display tool names in catalog on arcade_mcp_server startup (#651) 2025-10-24 11:07:25 -07:00
context.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
convert.py Rename _meta requirements field to arcade_requirements (#616) 2025-10-14 19:01:05 -07:00
exceptions.py Re-import arcade_core errors into arcade_mcp_server (#620) 2025-10-13 17:48:54 -07:00
lifespan.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
mcp_app.py Consistent Server Description and Version (#674) 2025-11-03 15:20:12 -08:00
server.py Track whether a tool call event happened (#661) 2025-10-30 13:19:46 -07:00
session.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
settings.py Fix server info bug (#614) 2025-10-13 13:04:18 -07:00
types.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
worker.py Reload for MCPApp (#622) 2025-10-17 17:38:11 -07:00