@samanhappy/mcphub 0.10.4 → 0.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@
9
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
10
10
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
11
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
12
- <script type="module" crossorigin src="./assets/index-D-WhIyV-.js"></script>
12
+ <script type="module" crossorigin src="./assets/index-qg3ysGil.js"></script>
13
13
  <link rel="stylesheet" crossorigin href="./assets/index-C_58ZhSt.css">
14
14
  </head>
15
15
 
package/mcp_settings.json CHANGED
@@ -43,31 +43,6 @@
43
43
  }
44
44
  ],
45
45
  "systemConfig": {
46
- "routing": {
47
- "enableGlobalRoute": true,
48
- "enableGroupNameRoute": true,
49
- "enableBearerAuth": true,
50
- "bearerAuthKey": "t3QTQVcF4HWtF7v3IOSygxlV0RgSGuwk",
51
- "skipAuth": false
52
- },
53
- "install": {
54
- "pythonIndexUrl": "",
55
- "npmRegistry": "",
56
- "baseUrl": "http://localhost:3000"
57
- },
58
- "smartRouting": {
59
- "enabled": false,
60
- "dbUrl": "",
61
- "openaiApiBaseUrl": "",
62
- "openaiApiKey": "",
63
- "openaiApiEmbeddingModel": ""
64
- },
65
- "mcpRouter": {
66
- "apiKey": "",
67
- "referer": "https://www.mcphubx.com",
68
- "title": "MCPHub",
69
- "baseUrl": "https://api.mcprouter.to/v1"
70
- },
71
46
  "oauthServer": {
72
47
  "enabled": true,
73
48
  "accessTokenLifetime": 3600,
@@ -88,69 +63,5 @@
88
63
  "requiresAuthentication": false
89
64
  }
90
65
  }
91
- },
92
- "oauthClients": [
93
- {
94
- "clientId": "chatgpt-web",
95
- "name": "ChatGPT Web",
96
- "redirectUris": [
97
- "https://chatgpt.com/oauth/callback"
98
- ],
99
- "grants": [
100
- "authorization_code",
101
- "refresh_token"
102
- ],
103
- "scopes": [
104
- "read",
105
- "write"
106
- ]
107
- },
108
- {
109
- "clientId": "6377bc3d11e7a3da74373d961eda4fff",
110
- "name": "Cherry Studio",
111
- "redirectUris": [
112
- "http://127.0.0.1:12346/oauth/callback"
113
- ],
114
- "grants": [
115
- "authorization_code",
116
- "refresh_token"
117
- ],
118
- "scopes": [
119
- "read",
120
- "write"
121
- ],
122
- "owner": "dynamic-registration",
123
- "metadata": {
124
- "application_type": "web",
125
- "client_uri": "https://github.com/CherryHQ/cherry-studio",
126
- "token_endpoint_auth_method": "none",
127
- "response_types": [
128
- "code"
129
- ]
130
- }
131
- },
132
- {
133
- "clientId": "c83b7e4a47c25ac834ffc59d4439c75c",
134
- "clientSecret": "e977d26c265977fc553ba9aecab42a84a911ac293373e3673d94d3164427e862",
135
- "name": "ChatWise",
136
- "redirectUris": [
137
- "http://localhost:59735/callback/e5btzxb2e3"
138
- ],
139
- "grants": [
140
- "authorization_code"
141
- ],
142
- "scopes": [
143
- "read",
144
- "write"
145
- ],
146
- "owner": "dynamic-registration",
147
- "metadata": {
148
- "application_type": "web",
149
- "token_endpoint_auth_method": "client_secret_basic",
150
- "response_types": [
151
- "code"
152
- ]
153
- }
154
- }
155
- ]
66
+ }
156
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samanhappy/mcphub",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "A hub server for mcp servers",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",