posecode-mcp
Advanced tools
@@ -1534,3 +1534,3 @@ #!/usr/bin/env node | ||
| // src/server.ts | ||
| var POSECODE_MCP_VERSION = "0.4.0"; | ||
| var POSECODE_MCP_VERSION = "0.4.1"; | ||
| function createPosecodeServer(opts = {}) { | ||
@@ -1537,0 +1537,0 @@ const baseUrl2 = opts.baseUrl ?? DEFAULT_BASE_URL; |
+1
-1
@@ -18,3 +18,3 @@ /** | ||
| /** Package/server identity kept in sync by `version-packages`. */ | ||
| export declare const POSECODE_MCP_VERSION = "0.4.0"; | ||
| export declare const POSECODE_MCP_VERSION = "0.4.1"; | ||
| export declare function createPosecodeServer(opts?: PosecodeServerOptions): McpServer; |
+1
-1
@@ -17,3 +17,3 @@ /** | ||
| /** Package/server identity kept in sync by `version-packages`. */ | ||
| export const POSECODE_MCP_VERSION = "0.4.0"; | ||
| export const POSECODE_MCP_VERSION = "0.4.1"; | ||
| export function createPosecodeServer(opts = {}) { | ||
@@ -20,0 +20,0 @@ const baseUrl = opts.baseUrl ?? DEFAULT_BASE_URL; |
+5
-5
| { | ||
| "name": "posecode-mcp", | ||
| "version": "0.4.0", | ||
| "version": "0.4.1", | ||
| "description": "Model Context Protocol server for Posecode: let any LLM agent validate, ROM-check, and get a render link for a .posecode movement, natively.", | ||
@@ -49,8 +49,8 @@ "mcpName": "io.github.posecode-dev/posecode-mcp", | ||
| "@modelcontextprotocol/sdk": "^1.12.0", | ||
| "posecode-parser": "0.4.0", | ||
| "posecode-share": "0.4.0", | ||
| "zod": "^3.24.1" | ||
| "posecode-parser": "0.4.1", | ||
| "posecode-share": "0.4.1", | ||
| "zod": "^4.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^22.10.2", | ||
| "@types/node": "^26.1.1", | ||
| "esbuild": "^0.28.1", | ||
@@ -57,0 +57,0 @@ "tsx": "^4.19.2" |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
126940
0+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated