edition-mcp-server 0.4.0 → 0.4.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # EDITION Intelligence Platform — MCP Server
2
2
 
3
- Japan Operations OS for autonomous AI agents. 14 knowledge domains, 31 MCP tools, 2 prompt templates — verified, structured intelligence for agents operating in Japan.
3
+ Japan Operations OS for autonomous AI agents. 20 knowledge domains, 43 MCP tools, 2 prompt templates — verified, structured intelligence for agents operating in Japan.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/edition-mcp-server)](https://www.npmjs.com/package/edition-mcp-server)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)](https://opensource.org/licenses/MIT)
@@ -164,7 +164,7 @@ By default connects to `https://api.edition.sh`. Override with environment varia
164
164
 
165
165
  | Tool | Description |
166
166
  |------|-------------|
167
- | `search` | Cross-domain search across all 14 knowledge domains simultaneously — one query returns matches from all domains |
167
+ | `search` | Cross-domain search across all 20 knowledge domains simultaneously — one query returns matches from all domains |
168
168
 
169
169
  ## Prompt Templates
170
170
 
@@ -177,7 +177,7 @@ By default connects to `https://api.edition.sh`. Override with environment varia
177
177
 
178
178
  | Resource | Description |
179
179
  |----------|-------------|
180
- | `edition://domains` | List of all 14 knowledge domains with descriptions and endpoint information |
180
+ | `edition://domains` | List of all 20 knowledge domains with descriptions and endpoint information |
181
181
  | `edition://quality` | Trust Anchor quality scores for each domain — verified data coverage metrics |
182
182
 
183
183
  ## Architecture
package/dist/index.js CHANGED
@@ -317,7 +317,7 @@ if (PROGRESSIVE) {
317
317
  });
318
318
  }
319
319
  else {
320
- // ── Legacy Mode: All 31 Individual Tools ────────────
320
+ // ── Legacy Mode: All 43 Individual Tools ────────────
321
321
  // ── Tool: memory_store ──────────────────────────────
322
322
  server.tool("memory_store", "会話やイベントのエピソードを永続記憶に保存します。日本語の文脈(敬語レベル、主語省略、暗黙の了解)も構造化して保持します。auto_extract=trueにすると、テキストからファクト(主語→述語→目的語の三つ組)を自動抽出します。", {
323
323
  content: zod_1.z.string().describe("保存する内容(日本語/英語対応)"),
@@ -1058,7 +1058,7 @@ server.tool("compliance_report", "Generate a structured compliance/governance re
1058
1058
  async function main() {
1059
1059
  const transport = new stdio_js_1.StdioServerTransport();
1060
1060
  await server.connect(transport);
1061
- const mode = PROGRESSIVE ? "progressive (3 meta-tools)" : "legacy (31 tools)";
1061
+ const mode = PROGRESSIVE ? "progressive (3 meta-tools)" : "legacy (43 tools)";
1062
1062
  console.error(`EDITION Japan Knowledge Gateway MCP server started (${mode})`);
1063
1063
  }
1064
1064
  main().catch((err) => {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "edition-mcp-server",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "mcpName": "io.github.hiroshic9-png/japan-business-operations",
5
- "description": "EDITION — Japan Knowledge Gateway for AI agents. 20 knowledge domains, 8 Skills Packs, 43 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, tax, visa/immigration, banking/finance, healthcare, education, real estate, and persistent memory.",
5
+ "description": "EDITION — Japan Knowledge Gateway for AI agents. 20 knowledge domains, 7 Skills Packs, 43 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, tax, visa/immigration, banking/finance, healthcare, education, real estate, and persistent memory.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "bin": {