@mimdb/mcp 0.1.1 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimdb/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for MimDB - AI assistant integration",
5
5
  "type": "module",
6
6
  "exports": {
package/dist/index.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /**
2
- * @module index
3
- * Public MCP server entry point for the MimDB project-scoped server.
4
- *
5
- * Reads configuration from environment variables, initialises the MimDB client,
6
- * registers the public tool groups, and connects via stdio transport.
7
- *
8
- * Required env vars: `MIMDB_URL`, `MIMDB_PROJECT_REF`, `MIMDB_SERVICE_ROLE_KEY`
9
- * Optional env vars: `MIMDB_READ_ONLY`, `MIMDB_FEATURES`
10
- */
11
- export {};
12
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG"}