MCP-Gateway is a service that provides MCP Server unified management capabilities, helping AI Agents quickly connect to various data sources. Through MCP Server, AI Agents can easily access databases, REST APIs, and other external services without worrying about specific connection details.
Stars
2
Forks
2
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
Implement structured tool invocation in MCP server API, enhancing request handling with separate headers and body parameters. Update routing to use new handler for tool invocation by name. Add comprehensive documentation for tool invocation format and examples in client code generation for Python and JavaScript.
592c205View on GitHubEnhance MCP server functionality by adding dynamic routing capabilities and a new router handler. Introduce client examples in Python, TypeScript, and Java, demonstrating how to interact with MCP servers. Update documentation to reflect new features and usage guidelines.
499cd0dView on GitHubAdd weather API tool configuration and enhance MCP server functionality with new deactivate endpoint. Update HTTP interface parsing to support user-provided headers and request bodies, improving flexibility in handling curl commands.
8b38635View on GitHubRefactor MCP server handling by removing WASM file management and updating related API routes. Change directory structure to use a configuration directory instead of WASM. Update MCP service to register servers without WASM compilation, enhancing overall server management.
08257a4View on GitHubAdd WASM file handling capabilities, including upload, retrieval, and deletion endpoints. Introduce new API routes for managing WASM files and update HTTP interface creation from OpenAPI to support file uploads. Enhance MCP server functionality with WASM file management features.
3a7fd93View on GitHubAdd HTTP interface retrieval for MCP server and update database name in configuration
bc69995View on GitHubUpdate OpenAPI configuration to provide random user information, add CORS middleware to server, and introduce new WASM and YAML configuration files for tools and server settings.
b54e549View on GitHub