Commit Graph

9 Commits

Author SHA1 Message Date
s1d3sw1ped 076c8c81b8 feat: add JSON-RPC MCP Call with ToolError 2026-09-01 11:44:03 -05:00
s1d3sw1ped 3b85bc4816 feat: add httptest Robinhood MCP mock 2026-09-01 11:33:55 -05:00
s1d3sw1ped e80095525d feat: add MCP enums, ToolError, and Caller 2026-09-01 11:26:23 -05:00
s1d3sw1ped 7d549fda58 feat: add module and decimal wire helpers 2026-09-01 11:12:10 -05:00
s1d3sw1ped 7e391c5e5e chore: ignore worktrees and SDD scratch 2026-09-01 11:08:01 -05:00
s1d3sw1ped 699d26d90d docs: add robinhood-agentic-mcp implementation plan
TDD tasks for wire, client, rhntest, auth, each asset-class
package, then the rh Connect facade and tool coverage.
2026-09-01 11:05:28 -05:00
s1d3sw1ped 4dd586eea1 docs: live MCP tests are out of scope, not deferred
No //go:build live smoke. Tests stop at rhntest and env-token Login.
2026-09-01 10:56:58 -05:00
s1d3sw1ped 6600aa0eff docs: apply spec corrections for identity, decimal parse, mocks
Callers set MCP/OAuth identity on Config before Login/Connect.
Unparseable money errors instead of silent zero. Tests hit an
httptest Robinhood MCP mock, not only injected Callers.
2026-09-01 10:49:37 -05:00
s1d3sw1ped 58b9b48e15 docs: add robinhood-agentic-mcp library design spec
Typed Go client for the full Robinhood Agentic MCP, using tradey's
transport/auth and Alpaca-shaped decimals and order enums.
2026-09-01 10:36:19 -05:00