Dynamically load Model Context Protocol server capabilities from a remotely hosted configuration.
Acts as a bridge between MCP clients and remote APIs by parsing a remotely hosted configuration containing tools, resources, and prompts, each linked to remote API endpoints. It enables dynamic configuration, automatically refreshing its capabilities every 60 seconds, and supports all MCP primitives including tools, resources, and prompts.
主要功能
01Dynamic Configuration via remote JSON file.
02Auto-refresh configuration every 60 seconds.
03Supports MCP tools, resources, and prompts.
04Uses HTTP/HTTPS for handler endpoints.
05Declarative and composable model context.
使用案例
01Connecting local MCP clients to remote APIs.
02Creating a flexible and remotely managed MCP server.
03Defining server capabilities through a remote configuration.