From 55f03f20557d1c194e514cecdde142fcace1bd07 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 13 Sep 2026 01:17:18 +0000 Subject: [PATCH] Add Robinhood Trading MCP config (.cursor/mcp.json); repo-managed env inherits upstream MCP policy Co-authored-by: sanylax01 --- .cursor/environment.json | 3 +++ .cursor/mcp.json | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 .cursor/environment.json create mode 100644 .cursor/mcp.json diff --git a/.cursor/environment.json b/.cursor/environment.json new file mode 100644 index 0000000..7441937 --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,3 @@ +{ + "name": "Continuity" +} diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..9ae7da6 --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "robinhood-trading": { + "url": "https://agent.robinhood.com/mcp/trading" + } + } +}