MCP Tools Auto Bridge

A Python generator (bridge_gen.py) that reads a target source file via ast reflection, extracts public function signatures (name, parameters, type annotations, docstrings, return types), and writes a standalone MCP server (mcp_server.py) using mcp.server.fastmcp.FastMCP with one @mcp.tool() per function and a stdio transport entry point. Stdlib-only generator; runtime requires mcp package.

RMAzrim Updated

File contents

RMAzrim/opencode-artes/tree/main/docs/skills/mcp-tools-auto-bridge commit 922bb5a3c2

Frequently asked questions

npx skillmds@latest add rmazrim/mcp-tools-auto-bridge