mirror of
https://github.com/aljazceru/dvmcp.git
synced 2025-12-17 21:34:24 +01:00
feat: working on distribution
This commit is contained in:
5
packages/dvmcp-commons/constants.ts
Normal file
5
packages/dvmcp-commons/constants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const HEX_KEYS_REGEX = /^(?:[0-9a-fA-F]{64})$/;
|
||||
export const DVM_ANNOUNCEMENT_KIND = 31990;
|
||||
export const DVM_NOTICE_KIND = 7000;
|
||||
export const TOOL_REQUEST_KIND = 5910;
|
||||
export const TOOL_RESPONSE_KIND = 6910;
|
||||
Reference in New Issue
Block a user