Files
cowork-local/mcp_servers/__init__.py
T
2026-08-09 20:12:05 +07:00

6 lines
338 B
Python

"""Built-in MCP servers this app HOSTS (as opposed to ``core/mcp_client.py``,
which CONNECTS to servers). Each module here is runnable stdio-style via
``python -m cowork_local.mcp_servers.<name>`` and is auto-registered by
``AppContext.build_mcp_tools`` when its feature is enabled — no Settings
entry needed, no Node.js dependency."""