@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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
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/
|
|
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
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/
|
|
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;
|