diff --git a/.cursor/environment.json b/.cursor/environment.json new file mode 100644 index 0000000..1607b42 --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,9 @@ +{ + "name": "Continuity", + "mcpServerAllowlist": [ + { + "name": "Robinhood Trading", + "serverUrl": "https://agent.robinhood.com/mcp/trading" + } + ] +} 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" + } + } +}