meta_mcp#
Submodules#
Attributes#
Functions#
|
Run the MCP server "meta-mcp". |
Package Contents#
- meta_mcp.run_app(transport: str = 'stdio', port: int = 8000, hostname: str = '0.0.0.0', version: bool = False, connect_on_startup: bool = False, registry_json: str = 'https://biocontext.ai/registry.json', registry_mcp_json: str = 'https://biocontext.ai/mcp.json', registry_mcp_tools_json: str = 'https://biocontext.ai/mcp_tools.json', model: str = 'openai/gpt-5-nano', search_mode: str = 'llm', reasoning: bool = True, max_servers: int = 10, max_tools: int = 10, output_args: bool = False)#
Run the MCP server “meta-mcp”.
The BioContext AI meta mcp enables access to all installable MCP servers in the BioContextAI registry with minimal context consumption. The MCP server runs via the configured transport, defaulting to stdio. The port is set via “-p/–port” or the MCP_PORT environment variable, defaulting to “8000” if not set. The hostname is set via “-h/–host” or the MCP_HOSTNAME environment variable, defaulting to “0.0.0.0” if not set. To specify the transport method of the MCP server, set “-t/–transport” or the MCP_TRANSPORT environment variable, which defaults to “stdio”.
- meta_mcp.__version__#