Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion plugins/lovable/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lovable",
"displayName": "Lovable",
"version": "0.1.0",
"version": "0.1.1",
"description": "Drive Lovable from Cursor: create projects, send work to the Lovable agent, manage Lovable Cloud databases, and deploy, all through the Lovable MCP server.",
"author": {
"name": "Lovable",
Expand Down
4 changes: 4 additions & 0 deletions plugins/lovable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1

- Removed the pre-registered OAuth client ID from the MCP connection. Lovable's OAuth server now supports dynamic client registration for Cursor, so the `auth` block is no longer needed and sign-in works like any other OAuth MCP server.

## 0.1.0

First release.
Expand Down
5 changes: 1 addition & 4 deletions plugins/lovable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ If you only want the raw connection without the skills and commands, add the ser
"mcpServers": {
"lovable": {
"type": "http",
"url": "https://mcp.lovable.dev",
"auth": {
"CLIENT_ID": "6d465f583e1e4ce5801b1616f735670c"
}
"url": "https://mcp.lovable.dev"
}
}
}
Expand Down
5 changes: 1 addition & 4 deletions plugins/lovable/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"mcpServers": {
"lovable": {
"type": "http",
"url": "https://mcp.lovable.dev/?src=cursor-plugin",
"auth": {
"CLIENT_ID": "6d465f583e1e4ce5801b1616f735670c"
}
"url": "https://mcp.lovable.dev/?src=cursor-plugin"
}
}
}