sec-daily-mcp 0.1.0 → 0.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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -109,6 +109,7 @@ Retrieve SEC press releases and market news.
109
109
  - Pricing: [secdailyapi.com/pricing](https://www.secdailyapi.com/pricing)
110
110
  - Dashboard: [secdailyapi.com/dashboard](https://www.secdailyapi.com/dashboard)
111
111
  - Node.js SDK: [sec-daily-api on npm](https://www.npmjs.com/package/sec-daily-api)
112
+ - Python SDK: [sec-daily-api on PyPI](https://pypi.org/project/sec-daily-api/)
112
113
 
113
114
  ---
114
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sec-daily-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for the SEC Daily API — gives AI assistants real-time access to SEC EDGAR filings, news, and company data.",
5
5
  "type": "module",
6
6
  "bin": {