@fundzwatch/mcp-server 1.0.0 → 1.0.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.
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const index_js_1 = require("@modelcontextprotocol/sdk/server/index.js");
5
5
  const stdio_js_1 = require("@modelcontextprotocol/sdk/server/stdio.js");
6
6
  const types_js_1 = require("@modelcontextprotocol/sdk/types.js");
7
- const API_BASE = "https://api.fundz.net/api/v1/watch";
7
+ const API_BASE = "https://api.fundz.net/v1/watch";
8
8
  function getApiKey() {
9
9
  const key = process.env.FUNDZWATCH_API_KEY;
10
10
  if (!key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundzwatch/mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for FundzWatch.ai — Real-time business event intelligence for AI agents",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/src/index.ts CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  ListToolsRequestSchema,
6
6
  } from "@modelcontextprotocol/sdk/types.js";
7
7
 
8
- const API_BASE = "https://api.fundz.net/api/v1/watch";
8
+ const API_BASE = "https://api.fundz.net/v1/watch";
9
9
 
10
10
  function getApiKey(): string {
11
11
  const key = process.env.FUNDZWATCH_API_KEY;