investbuddy-mcp-server 1.0.6 → 1.0.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.
@@ -0,0 +1 @@
1
+ ghu_rSpHdw9NnpnojwSfDYvSyqudtw6aSX4ToYNU
@@ -0,0 +1 @@
1
+ {"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NjU5ODgxNDQsIm5iZiI6MTc2NTk4Nzg0NCwiaWF0IjoxNzY1OTg3ODQ0LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6ImRhbmllbHJ6IiwicGVybWlzc2lvbnMiOlt7ImFjdGlvbiI6InB1Ymxpc2giLCJyZXNvdXJjZSI6ImlvLmdpdGh1Yi5kYW5pZWxyei8qIn1dfQ.f-A3UdJknugeqza7gRrpr2V6u_4cwHMYNSCPbDwpp0PtAWn2UzT7yUI_oSepoJmwT-hpbIXQuHEos1aOVCoVAg","expires_at":1765988144}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "investbuddy-mcp-server",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "mcpName": "io.github.danielrz/investbuddy",
5
5
  "description": "Model Context Protocol server for InvestBuddy AI - Stock predictions with 79.86% accuracy",
6
6
  "main": "index.js",
package/server.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.danielrz/investbuddy",
4
+ "description": "AI-powered stock predictions with 79.86% accuracy. 10-day forecasts & portfolio analysis.",
5
+ "homepage": "https://www.investbuddy.ai",
6
+ "version": "1.0.7",
7
+ "packages": [
8
+ {
9
+ "registryType": "npm",
10
+ "identifier": "investbuddy-mcp-server",
11
+ "version": "1.0.7",
12
+ "transport": {
13
+ "type": "stdio"
14
+ },
15
+ "environmentVariables": [
16
+ {
17
+ "description": "Your InvestBuddy API key (get free key at https://www.investbuddy.ai)",
18
+ "isRequired": true,
19
+ "format": "string",
20
+ "isSecret": true,
21
+ "name": "INVESTBUDDY_API_KEY"
22
+ }
23
+ ]
24
+ }
25
+ ]
26
+ }