@samanhappy/mcphub 0.8.2 → 0.8.3

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.
@@ -1,14 +1,20 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
+
3
4
  <head>
4
5
  <meta charset="UTF-8">
5
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
7
  <title>MCP Hub Dashboard</title>
7
8
  <link rel="icon" type="image/x-icon" href="./assets/favicon-DJnZjsC8.ico">
8
- <script type="module" crossorigin src="./assets/index-BS_54XZ9.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-DVcFHJ6u.css">
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
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-BjnGlIAs.js"></script>
13
+ <link rel="stylesheet" crossorigin href="./assets/index-B-VTc3wu.css">
10
14
  </head>
15
+
11
16
  <body class="bg-gray-100">
12
17
  <div id="root"></div>
13
18
  </body>
19
+
14
20
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samanhappy/mcphub",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "A hub server for mcp servers",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",