genjo-mcp-server 1.0.1 → 1.0.3

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 +10 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -55,3 +55,13 @@ If you have an API Key (optional), add it to the `env` section:
55
55
  ## AI Agent Optimization
56
56
 
57
57
  We have included a `Skills.md` file in this package. If you are using this server with an AI agent that supports skill definitions, providing the content of `Skills.md` in the system prompt or context window will significantly improve the agent's ability to use the tools effectively.
58
+
59
+ ## License & Terms of Use
60
+
61
+ This software is proprietary (UNLICENSED).
62
+
63
+ - ✅ **Free to use**: You are welcome to use this MCP server for personal or internal business purposes.
64
+ - ❌ **No Redistribution**: You may not redistribute, resell, or sublicense this software.
65
+ - ❌ **No Modification**: You may not modify the bundled executable for the purpose of redistribution.
66
+
67
+ Copyright (c) 2026 Genjo Team. All rights reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genjo-mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "MCP Server for Genjo AI News System - Asian Market Intelligence",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -30,5 +30,5 @@
30
30
  "analysis"
31
31
  ],
32
32
  "author": "Genjo Team",
33
- "license": "MIT"
34
- }
33
+ "license": "UNLICENSED"
34
+ }