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