mcp-openapi-schema-url-fixed
v0.0.2
Published
A Model Context Protocol server that exposes OpenAPI schema information to Large Language Models
Readme
源项目
https://www.npmjs.com/package/mcp-openapi-schema
修改项
- 支持使用http链接直接解析
示例
{
"mcpServers": {
"test_api": {
"command": "npx",
"args": [
"-y",
"mcp-openapi-schema-url-fixed",
"http://localhost/swagger.json"
]
}
}
}