@contextstream/mcp-server 0.2.7 → 0.2.8
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ Add ContextStream to your AI tool's MCP configuration:
|
|
|
43
43
|
"mcpServers": {
|
|
44
44
|
"contextstream": {
|
|
45
45
|
"command": "npx",
|
|
46
|
-
"args": ["@contextstream/mcp-server"],
|
|
46
|
+
"args": ["-y", "@contextstream/mcp-server"],
|
|
47
47
|
"env": {
|
|
48
48
|
"CONTEXTSTREAM_API_URL": "https://api.contextstream.io",
|
|
49
49
|
"CONTEXTSTREAM_API_KEY": "your_api_key"
|
|
@@ -59,7 +59,7 @@ Add ContextStream to your AI tool's MCP configuration:
|
|
|
59
59
|
"mcpServers": {
|
|
60
60
|
"contextstream": {
|
|
61
61
|
"command": "npx",
|
|
62
|
-
"args": ["@contextstream/mcp-server"],
|
|
62
|
+
"args": ["-y", "@contextstream/mcp-server"],
|
|
63
63
|
"env": {
|
|
64
64
|
"CONTEXTSTREAM_API_URL": "https://api.contextstream.io",
|
|
65
65
|
"CONTEXTSTREAM_API_KEY": "your_api_key"
|
|
@@ -75,7 +75,7 @@ Add ContextStream to your AI tool's MCP configuration:
|
|
|
75
75
|
"mcpServers": {
|
|
76
76
|
"contextstream": {
|
|
77
77
|
"command": "npx",
|
|
78
|
-
"args": ["@contextstream/mcp-server"],
|
|
78
|
+
"args": ["-y", "@contextstream/mcp-server"],
|
|
79
79
|
"env": {
|
|
80
80
|
"CONTEXTSTREAM_API_URL": "https://api.contextstream.io",
|
|
81
81
|
"CONTEXTSTREAM_API_KEY": "your_api_key"
|
package/package.json
CHANGED