edition-mcp-server 0.2.5 → 0.3.0
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 +704 -489
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edition-mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"mcpName": "io.github.hiroshic9-png/japan-business-operations",
|
|
5
|
-
"description": "EDITION
|
|
5
|
+
"description": "EDITION — Japan Knowledge Gateway for AI agents. 14 knowledge domains, 6 Skills Packs, 31 MCP tools, Progressive Discovery support. Verified ground truth: regulations, procedures, protocols, calendar, regional, organization, foreign entry, travel, entertainment, daily life, language, food culture, disaster safety, and persistent memory.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"bin": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"keywords": [
|
|
17
17
|
"mcp",
|
|
18
18
|
"japan",
|
|
19
|
+
"knowledge-gateway",
|
|
20
|
+
"skills",
|
|
21
|
+
"progressive-discovery",
|
|
19
22
|
"memory",
|
|
20
23
|
"regulation",
|
|
21
24
|
"agent",
|