diff options
| author | MaheshtheDev <[email protected]> | 2025-12-31 02:09:45 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-12-31 02:09:45 +0000 |
| commit | 7622dc251cd97a22901d71aa15bd59cb7e22c3bc (patch) | |
| tree | 1e2195e0689bf6caab79798152b6f86d7a04ba98 /apps | |
| parent | fix: prompt injection with mcp (#638) (diff) | |
| download | supermemory-7622dc251cd97a22901d71aa15bd59cb7e22c3bc.tar.xz supermemory-7622dc251cd97a22901d71aa15bd59cb7e22c3bc.zip | |
chore: update cursor one click mcp install (#639)12-30-chore_update_cursor_one_click_mcp_install
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/views/mcp/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/views/mcp/index.tsx b/apps/web/components/views/mcp/index.tsx index 2489074b..7b2e7a4a 100644 --- a/apps/web/components/views/mcp/index.tsx +++ b/apps/web/components/views/mcp/index.tsx @@ -167,7 +167,7 @@ export function MCPView() { </Dialog> <motion.a className="inline-block" - href="https://cursor.com/install-mcp?name=supermemory&config=JTdCJTIydXJsJTIyJTNBJTIyaHR0cHMlM0ElMkYlMkZhcGkuc3VwZXJtZW1vcnkuYWklMkZtY3AlMjIlN0Q%3D" + href="https://cursor.com/en-US/install-mcp?name=supermemory&config=eyJ1cmwiOiJodHRwczovL21jcC5zdXBlcm1lbW9yeS5haS9tY3AiLCJoZWFkZXJzIjp7fX0%3D" whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} > |