From 5e53a18d76ec254c0cb782bd026abfcd4b92d4f1 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Wed, 18 Feb 2026 12:51:53 +0800 Subject: [PATCH] chore: add MCP Registry server.json and gitignore updates Add server.json for Official MCP Registry publishing (com.mcpmux/mcp-mux). Update .gitignore to exclude registry token files and mcp-publisher binary. Signed-off-by: Mohammod Al Amin Ashik --- .gitignore | 5 +++++ server.json | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 server.json 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" +}