MCP Server – Magic xpi
Goal : Expose Magic xpi RESTFul API service through an MCP Server Prerequisites : 1/ Install an open api MCP server Start powershell admin console git clone https://github.com/jedisct1/openapi-mcp.git cd .\openapi-mcp\ Create bin folder New-Item -ItemType Directory -Force -Path .\bin | Out-Null Build MCP server (stdio/http) go build -o .\bin\openapi-mcp .\cmd\openapi-mcp Build Interactive MCP Client go […]
MCP Server – Magic xpi Lire la suite »
