yfinance-mcp-ts 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ Add to your Claude Desktop configuration (`~/.config/claude/claude_desktop_confi
29
29
  "mcpServers": {
30
30
  "yfinance": {
31
31
  "command": "npx",
32
- "args": ["yfinance-mcp"]
32
+ "args": ["yfinance-mcp-ts"]
33
33
  }
34
34
  }
35
35
  }
@@ -128,7 +128,7 @@ Once configured, you can ask Claude things like:
128
128
  npm run mcp
129
129
 
130
130
  # Or directly
131
- npx yfinance-mcp
131
+ npx yfinance-mcp-ts
132
132
 
133
133
  # Or with node
134
134
  node dist/mcp/server.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yfinance-mcp-ts",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "TypeScript wrapper for unofficial Yahoo Finance API - stocks, options, financials, screeners, and more. Includes MCP server for AI agents.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",