Skip to content

Commit dc09cef

Browse files
authored
fix: bump MCP server SERVER_VERSION (#651)
1 parent 701f050 commit dc09cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/mcp-server/src/infra/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
export const SERVER_NAME = 'peac-mcp-server';
6-
export const SERVER_VERSION = '0.12.9';
6+
export const SERVER_VERSION = '0.12.10';
77
export const MCP_PROTOCOL_VERSION = '2025-11-25';
88
export const DEFAULT_MAX_JWS_BYTES = 16_384; // 16 KB
99
export const DEFAULT_MAX_RESPONSE_BYTES = 65_536; // 64 KB

0 commit comments

Comments
 (0)