diff --git a/.gitignore b/.gitignore index e1ee7f3e..105f0310 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,11 @@ out/ *.pfx credentials.json secrets.json +.mcpregistry_* + +# MCP Registry publisher +mcp-publisher.exe +mcp-publisher_*.tar.gz # IDE .idea/ diff --git a/server.json b/server.json new file mode 100644 index 00000000..03cc8610 --- /dev/null +++ b/server.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "com.mcpmux/mcp-mux", + "title": "McpMux", + "description": "McpMux — configure MCP servers once, connect every AI client through one local gateway.", + "websiteUrl": "https://mcpmux.com", + "repository": { + "url": "https://github.com/mcpmux/mcp-mux", + "source": "github" + }, + "version": "0.1.1" +}