agentic_fabric.tools.meshy_mcp¶
MCP adapter for vendor-fabric Meshy capabilities.
Meshy provider calls stay in vendor-fabric. This agentic-fabric module only decides how those provider capabilities become MCP tools.
Module Contents¶
Functions¶
Create an MCP server with Meshy provider capabilities. |
|
Run the Meshy MCP adapter over stdio. |
|
Entry point for the Meshy MCP adapter. |
Data¶
API¶
- agentic_fabric.tools.meshy_mcp.MCP_INSTALL_MESSAGE = 'MCP SDK not installed. Install with: pip install agentic-fabric[mcp]'¶
- agentic_fabric.tools.meshy_mcp.VENDOR_INSTALL_MESSAGE = 'vendor-fabric[meshy] is required for Meshy MCP adapters. Install it in the same environment.'¶
- agentic_fabric.tools.meshy_mcp.create_server() Any¶
Create an MCP server with Meshy provider capabilities.
- agentic_fabric.tools.meshy_mcp.run_server(server: Any | None = None) None¶
Run the Meshy MCP adapter over stdio.
- agentic_fabric.tools.meshy_mcp.main() None¶
Entry point for the Meshy MCP adapter.