diff --git a/mcp.json b/mcp.json new file mode 100644 index 0000000..3d9bcf3 --- /dev/null +++ b/mcp.json @@ -0,0 +1,9 @@ +{ + "servers": { + "context7": { + "url": "https://mcp.context7.com/mcp", + "type": "http" + } + }, + "inputs": [] +} diff --git a/settings.json b/settings.json index be88e83..1b4aa50 100644 --- a/settings.json +++ b/settings.json @@ -276,7 +276,7 @@ ], // // =========================================================================== - // MARK: MCP Servers (VSCode) + // MARK: MCP Servers (VSCode) - Soon to be moved to separate mcp.json file. // =========================================================================== // "mcp": { diff --git a/siren b/siren index ae0ca1b..a0c40b1 100755 --- a/siren +++ b/siren @@ -14,8 +14,9 @@ declare -A STATIC_SYMLINKS=() define_settings() { # List of config files to symlink from current directory. CONFIG_SOURCES=( - "settings.json" "keybindings.json" + "mcp.json" + "settings.json" "snippets" )