edition-mcp-server 0.1.0 → 0.1.1
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ const mcp_js_1 = require("@modelcontextprotocol/sdk/server/mcp.js");
|
|
|
15
15
|
const stdio_js_1 = require("@modelcontextprotocol/sdk/server/stdio.js");
|
|
16
16
|
const zod_1 = require("zod");
|
|
17
17
|
// ── Configuration ───────────────────────────────────
|
|
18
|
-
const API_BASE = process.env.EDITION_API_URL || "https://
|
|
18
|
+
const API_BASE = process.env.EDITION_API_URL || "https://api.edition.sh";
|
|
19
19
|
const API_KEY = process.env.EDITION_API_KEY || "edition_dev_key_for_testing";
|
|
20
20
|
// ── HTTP helpers ────────────────────────────────────
|
|
21
21
|
async function apiGet(path) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edition-mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "EDITION Intelligence Platform
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "EDITION Intelligence Platform \u2014 MCP server for Japanese business memory + regulation check",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"bin": {
|
|
@@ -29,4 +29,4 @@
|
|
|
29
29
|
"typescript": "^5.7.0",
|
|
30
30
|
"@types/node": "^22.0.0"
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|