6 ms·
How should an MCP server like git work in your opinion? Should it then be written as a FastAPI server so that you have an openapi spec instead of just a CLI? h
by prometheon1 1y ago
How should an MCP server like git work in your opinion? Should it then be written as a FastAPI server so that you have an openapi spec instead of just a CLI?
https://github.com/modelcontextprotocol/servers/blob/main/src/git/src/mcp_server_git/server.py https://github.com/modelcontextprotocol/servers/blob/main/sr...