mcp-openapi-server
95
The OpenAPI MCP Server exposes OpenAPI-defined REST API endpoints as MCP resources, facilitating discovery and interaction by large language models. It supports both Stdio and HTTP transports, providing flexibility for integration with different clients and environments.
npm run build
Build TypeScript source code
npm run clean
Clear the build product
npm run typecheck
Run TypeScript type check
npm run dev
Monitor source file changes and automatically rebuild
npm run inspect-watch
Run the inspector and automatically reload changes
npm run lint
Run ESLint