Skip to content

Commit 337c159

Browse files
authored
chore: add MCP Registry server.json and gitignore updates (#114)
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 1817ab5 commit 337c159

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ out/
1717
*.pfx
1818
credentials.json
1919
secrets.json
20+
.mcpregistry_*
21+
22+
# MCP Registry publisher
23+
mcp-publisher.exe
24+
mcp-publisher_*.tar.gz
2025

2126
# IDE
2227
.idea/

server.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "com.mcpmux/mcp-mux",
4+
"title": "McpMux",
5+
"description": "McpMux — configure MCP servers once, connect every AI client through one local gateway.",
6+
"websiteUrl": "https://mcpmux.com",
7+
"repository": {
8+
"url": "https://github.com/mcpmux/mcp-mux",
9+
"source": "github"
10+
},
11+
"version": "0.1.1"
12+
}

0 commit comments

Comments
 (0)