@xano/developer-mcp 1.0.30 → 1.0.31

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.
@@ -71,7 +71,7 @@ The CLI uses both APIs internally.`,
71
71
  **If CLI not installed:**
72
72
  - Recommend installation: \`npm install -g @xano/cli\`
73
73
  - Or use Meta API endpoints directly for equivalent functionality
74
- - The multidoc endpoint (\`/api:meta/beta/workspace/{id}/multidoc\`) provides pull/push functionality
74
+ - The multidoc endpoint (\`/api:meta/workspace/{id}/multidoc\`) provides pull/push functionality
75
75
 
76
76
  **Token reuse (if CLI is installed):**
77
77
  The same access token works for both:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xano/developer-mcp",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "MCP server for Xano Headless API documentation and XanoScript code validation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",