Skip to content

Commit c765cc6

Browse files
authored
Merge branch 'main' into claude/fix-mcp-npx-mac-dxoey
2 parents b9d5a37 + 337c159 commit c765cc6

3 files changed

Lines changed: 17 additions & 124 deletions

File tree

.github/workflows/test-release-builds.yml

Lines changed: 0 additions & 124 deletions
This file was deleted.

.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)