Skip to content

Conversation

@kirillzh
Copy link
Contributor

Summary

  • Adds Sse variant to McpServerType enum alongside existing Http variant
  • Supports "type": "sse" in MCP server configurations (used by JetBrains MCP and other local SSE-based servers)
  • Adds tests for SSE server type and mixed HTTP/SSE configurations

Example Usage

{
  "mcpServers": {
    "jetbrains": {
      "type": "sse",
      "url": "http://localhost:64342/sse"
    }
  }
}

Test plan

  • All existing tests pass
  • New tests added for SSE server type parsing
  • New tests for mixed HTTP and SSE configurations
  • Clippy checks pass

🤖 Generated with Claude Code

- Add Sse variant to McpServerType enum alongside existing Http variant
- Support "type": "sse" in MCP server configurations (used by JetBrains MCP)
- Add tests for SSE server type and mixed HTTP/SSE configurations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant