We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701f050 commit dc09cefCopy full SHA for dc09cef
1 file changed
packages/mcp-server/src/infra/constants.ts
@@ -3,7 +3,7 @@
3
*/
4
5
export const SERVER_NAME = 'peac-mcp-server';
6
-export const SERVER_VERSION = '0.12.9';
+export const SERVER_VERSION = '0.12.10';
7
export const MCP_PROTOCOL_VERSION = '2025-11-25';
8
export const DEFAULT_MAX_JWS_BYTES = 16_384; // 16 KB
9
export const DEFAULT_MAX_RESPONSE_BYTES = 65_536; // 64 KB
0 commit comments