@contextstream/mcp-server 0.3.64 → 0.3.65
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 +6 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12515,7 +12515,7 @@ function buildMcpConfigSchema(baseUrl) {
|
|
|
12515
12515
|
apiKey: {
|
|
12516
12516
|
type: "string",
|
|
12517
12517
|
title: "API Key or JWT",
|
|
12518
|
-
description: "ContextStream API key or JWT
|
|
12518
|
+
description: "Optional ContextStream API key or JWT (required for authenticated tool calls)."
|
|
12519
12519
|
},
|
|
12520
12520
|
workspaceId: {
|
|
12521
12521
|
type: "string",
|
|
@@ -12530,7 +12530,6 @@ function buildMcpConfigSchema(baseUrl) {
|
|
|
12530
12530
|
format: "uuid"
|
|
12531
12531
|
}
|
|
12532
12532
|
},
|
|
12533
|
-
required: ["apiKey"],
|
|
12534
12533
|
additionalProperties: false
|
|
12535
12534
|
};
|
|
12536
12535
|
}
|
|
@@ -12552,6 +12551,11 @@ function buildServerCard(baseUrl) {
|
|
|
12552
12551
|
src: "https://contextstream.io/favicon.svg",
|
|
12553
12552
|
mimeType: "image/svg+xml",
|
|
12554
12553
|
sizes: ["any"]
|
|
12554
|
+
},
|
|
12555
|
+
{
|
|
12556
|
+
src: "https://contextstream.io/logo.png",
|
|
12557
|
+
mimeType: "image/png",
|
|
12558
|
+
sizes: ["512x512"]
|
|
12555
12559
|
}
|
|
12556
12560
|
],
|
|
12557
12561
|
remotes: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contextstream/mcp-server",
|
|
3
3
|
"mcpName": "io.github.contextstreamio/mcp-server",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.65",
|
|
5
5
|
"description": "MCP server exposing ContextStream public API - code context, memory, search, and AI tools for developers",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"type": "git",
|
|
48
48
|
"url": "git+https://github.com/contextstream/mcp-server.git"
|
|
49
49
|
},
|
|
50
|
-
"homepage": "https://
|
|
50
|
+
"homepage": "https://contextstream.io/docs/mcp",
|
|
51
51
|
"bugs": {
|
|
52
52
|
"url": "https://github.com/contextstream/mcp-server/issues"
|
|
53
53
|
},
|