@youhaozhao/cninfo-mcp 1.0.0 → 1.0.2

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/bin/cninfo-mcp.js CHANGED
@@ -134,6 +134,7 @@ async function main() {
134
134
  await ensureDependencies(pythonCmd);
135
135
 
136
136
  // Launch MCP Server with stdio
137
+ console.error('巨潮资讯 MCP 服务器已启动,等待连接...');
137
138
  const child = spawn(pythonCmd, [PYTHON_SCRIPT], {
138
139
  stdio: 'inherit',
139
140
  shell: process.platform === 'win32',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youhaozhao/cninfo-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MCP Server for querying and downloading Chinese listed companies' annual reports from CNINFO (巨潮资讯网)",
5
5
  "keywords": [
6
6
  "mcp",
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/youhaozhao/cninfo_mcp/issues"
21
21
  },
22
22
  "bin": {
23
- "cninfo-mcp": "bin/cninfo-mcp.js"
23
+ "cninfo-mcp": "./bin/cninfo-mcp.js"
24
24
  },
25
25
  "scripts": {
26
26
  "postinstall": "node scripts/install-python-deps.js",