opalserve 3.3.0 → 3.3.1

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,4 +1,4 @@
1
- export declare const VERSION = "3.3.0";
1
+ export declare const VERSION = "3.3.1";
2
2
  export declare const APP_NAME = "opalserve";
3
3
  export declare const DEFAULT_PORT = 3456;
4
4
  export declare const DEFAULT_HOST = "127.0.0.1";
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- export const VERSION = '3.3.0';
1
+ export const VERSION = '3.3.1';
2
2
  export const APP_NAME = 'opalserve';
3
3
  export const DEFAULT_PORT = 3456;
4
4
  export const DEFAULT_HOST = '127.0.0.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opalserve",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "The control plane for your team's AI tools — share MCP servers, knowledge bases, and usage analytics across your engineering team",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -64,7 +64,7 @@
64
64
  "@fastify/rate-limit": "^10.3.0",
65
65
  "@fastify/static": "^9.1.3",
66
66
  "@inquirer/prompts": "^8.4.1",
67
- "@modelcontextprotocol/sdk": "^1.12.1",
67
+ "@modelcontextprotocol/sdk": "^1.29.0",
68
68
  "boxen": "^8.0.1",
69
69
  "chalk": "^5.4.1",
70
70
  "cli-table3": "^0.6.5",
@@ -89,5 +89,10 @@
89
89
  "typescript-eslint": "^8.31.0",
90
90
  "vitepress": "^1.6.3",
91
91
  "vitest": "^3.1.2"
92
+ },
93
+ "pnpm": {
94
+ "overrides": {
95
+ "hono": ">=4.12.14"
96
+ }
92
97
  }
93
98
  }