fix: remove trailing comma in mcpServers config

This commit is contained in:
enesgules 2025-08-20 00:34:37 +03:00
parent 7cadd17413
commit 9c86cf60eb

View File

@ -77,7 +77,7 @@ Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file i
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp",
"url": "https://mcp.context7.com/mcp"
}
}
}