edition-mcp-server 0.2.4 → 0.2.5

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -115,7 +115,7 @@ By default connects to `https://api.edition.sh`. Override with environment varia
115
115
 
116
116
  | Tool | Description |
117
117
  |------|-------------|
118
- | `foreign_entry_check` | Japan market entry guides — incorporation, management visa, bank account, real estate, tax registration |
118
+ | `foreign_entry_check` | Japan market entry guides — incorporation (KK/GK), management visa, bank account, real estate, tax registration, employee hiring (labor law, dismissal rules) |
119
119
  | `foreign_entry_list` | List all foreign entry categories |
120
120
 
121
121
  ### Travel (2 tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edition-mcp-server",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "mcpName": "io.github.hiroshic9-png/japan-business-operations",
5
5
  "description": "EDITION Intelligence Platform — MCP server for Japan operations intelligence. 14 knowledge domains, 31 tools, 2 prompts, 2 resources. 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",
@@ -48,4 +48,4 @@
48
48
  "typescript": "^5.7.0",
49
49
  "@types/node": "^22.0.0"
50
50
  }
51
- }
51
+ }