docs: remove SSE transport and rename to Streamable HTTP (#6319)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -357,10 +357,8 @@
|
||||
"id": "jetbrains",
|
||||
"name": "JetBrains",
|
||||
"description": "Integrate with any JetBrains IDE (requires local setup, dependent on your IDE version)",
|
||||
"url": "http://localhost:<PORT>/sse",
|
||||
"type": "remote",
|
||||
"link": "https://github.com/JetBrains/mcp-jetbrains",
|
||||
"installation_notes": "IDE v2025.2 and later: Enable SSE configuration from Settings > Tools > MCP Server, then update the placeholder SSE URL in the following command. If installing from the link, you must update the URL from the Extensions page before activating the extension. For earlier IDE versions, you must install the MCP Server plugin and use npx package manager to install the extension.",
|
||||
"installation_notes": "Requires IDE v2025.2+. Use STDIO from Settings > Tools > MCP Server.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
@@ -450,7 +448,7 @@
|
||||
"type": "streamable-http",
|
||||
"url": "https://mcp.neon.tech/mcp",
|
||||
"link": "https://github.com/neondatabase/mcp-server-neon",
|
||||
"installation_notes": "Streaming HTTP extension with OAuth browser authentication to your Neon account.",
|
||||
"installation_notes": "Streamable HTTP extension with OAuth browser authentication to your Neon account.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
@@ -515,13 +513,12 @@
|
||||
"id": "pieces",
|
||||
"name": "Pieces",
|
||||
"description": "Provides access to your Pieces long-term memory. You need to have Pieces installed to use this.",
|
||||
"url": "http://localhost:39300/model_context_protocol/2024-11-05/sse",
|
||||
"command": "uvx --from pieces-cli pieces --ignore-onboarding mcp start",
|
||||
"link": "https://pieces.app?utm_source=goose&utm_medium=collab&utm_campaign=mcp",
|
||||
"installation_notes": "You need to install Pieces first, and have this running.",
|
||||
"installation_notes": "Install PiecesOS first.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [],
|
||||
"type": "remote"
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "playwright",
|
||||
@@ -591,7 +588,7 @@
|
||||
"type": "streamable-http",
|
||||
"url": "https://rube.app/mcp",
|
||||
"link": "https://rube.app",
|
||||
"installation_notes": "Streaming HTTP extension with OAuth browser authentication to your Rube account.",
|
||||
"installation_notes": "Streamable HTTP extension with OAuth browser authentication to your Rube account.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
@@ -636,7 +633,7 @@
|
||||
"type": "streamable-http",
|
||||
"url": "https://mcp.supabase.com/mcp",
|
||||
"link": "https://github.com/supabase-community/supabase-mcp",
|
||||
"installation_notes": "Streaming HTTP extension with OAuth browser authentication to your Supabase account.",
|
||||
"installation_notes": "Streamable HTTP extension with OAuth browser authentication to your Supabase account.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": [
|
||||
|
||||
Reference in New Issue
Block a user