@reveldigital/mcp-graphql-proxy 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/types/schema.graphql +2711 -2711
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reveldigital/mcp-graphql-proxy",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MCP Server for proxying GraphQL queries to Revel Digital API with authentication, query optimization, and context window management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -68,7 +68,7 @@
68
68
  ],
69
69
  "repository": {
70
70
  "type": "git",
71
- "url": "https://github.com/RevelDigital/reveldigital-mcp-graphql-proxy"
71
+ "url": "https://github.com/RevelDigital/mcp-graphql-proxy.git"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "restricted",