Production MCP server exposing write file over HTTP streaming. Tested with Cursor — includes auth (API key in header), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing write file over WebSocket. Tested with Continue.dev — includes auth (OAuth 2.0 authorization code flow), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing write file over Streamable HTTP. Tested with Zed — includes auth (JWT bearer token), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing search code over stdio. Tested with VS Code with MCP extension — includes auth (mTLS), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing search code over stdio. Tested with Continue.dev — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing search code over SSE (Server-Sent Events). Tested with Cursor — includes auth (JWT bearer token), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing search code over SSE (Server-Sent Events). Tested with Claude Desktop — includes auth (JWT bearer token), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing search code over HTTP streaming. Tested with Continue.dev — includes auth (JWT bearer token), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing search code over HTTP streaming. Tested with Windsurf — includes auth (JWT bearer token), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing search code over WebSocket. Tested with Claude Desktop — includes auth (none (local-only)), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing search code over WebSocket. Tested with custom host via MCP SDK — includes auth (none (local-only)), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing search code over Streamable HTTP. Tested with Windsurf — includes auth (none (local-only)), schema validation (Valibot), error handling, and host-specific install instructions.