Conversation
Switch from remote URL to local node command for MCP server, enabling local development and testing of oddkit. https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
Restore https://oddkit.klappy.dev/mcp configuration. Verified remote server responds correctly to MCP initialize. https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
Claude Code HTTP transport may require explicit type declaration. https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
oddkit | b7a3ff6 | Feb 02 2026, 07:09 AM |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| { | ||
| "mcpServers": { | ||
| "oddkit": { | ||
| "type": "http", |
There was a problem hiding this comment.
Config still uses remote URL instead of local server
Medium Severity
The PR description states the intention is to "switch from remote URL to local node command for MCP server, enabling local development and testing" but the actual change keeps the remote URL https://oddkit.klappy.dev/mcp and only adds "type": "http". This configuration still points to a remote server, not a local one. The change doesn't accomplish the stated goal of enabling local development.


Switch from remote URL to local node command for MCP server,
enabling local development and testing of oddkit.
https://claude.ai/code/session_01SAvW2Ej27Cv2n6tDs31wG3
Note
Low Risk
Low risk configuration-only change that affects how the MCP client interprets the
oddkitserver entry.Overview
Updates
.mcp.jsonto explicitly set theoddkitMCP servertypetohttp(while keeping the same remoteurl).Written by Cursor Bugbot for commit b7a3ff6. This will update automatically on new commits. Configure here.