Skip to content

Commit d93f0a1

Browse files
rachaelrenkoz-agent
andcommitted
fix: use correct Kapa MCP base URL (remove /sse path)
The Kapa MCP server uses OAuth authentication at the base URL, not an SSE endpoint at /sse. Remove the incorrect path and transport field. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 747e935 commit d93f0a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

public/.well-known/mcp.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "Warp Documentation",
33
"description": "Search and retrieve Warp documentation — the agentic development environment and Oz, Warp's programmable agent platform.",
4-
"url": "https://warp.mcp.kapa.ai/sse",
5-
"transport": "sse"
4+
"url": "https://warp.mcp.kapa.ai"
65
}

0 commit comments

Comments
 (0)