@houtini/fmp-mcp 1.1.6 → 1.1.7

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -500,7 +500,7 @@ const TOOLS = [
500
500
  */
501
501
  const server = new Server({
502
502
  name: 'fmp-mcp-server',
503
- version: '1.1.5',
503
+ version: '1.1.7',
504
504
  }, {
505
505
  capabilities: {
506
506
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/fmp-mcp",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "mcpName": "io.github.houtini-ai/fmp",
5
5
  "description": "Access financial data and market information via Financial Modeling Prep API",
6
6
  "type": "module",