Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"mcpServers": {
"oddkit": {
"type": "http",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

"url": "https://oddkit.klappy.dev/mcp"
}
}
Expand Down