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_server

Create an MCP server with Meshy provider capabilities.

run_server

Run the Meshy MCP adapter over stdio.

main

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.