feat: add module and decimal wire helpers

This commit is contained in:
2026-09-01 11:12:10 -05:00
parent 7e391c5e5e
commit 7d549fda58
5 changed files with 191 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module s1d3sw1ped/robinhood-agentic-mcp
go 1.25.0
require github.com/alpacahq/alpacadecimal v0.0.9
require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/modelcontextprotocol/go-sdk v1.7.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
golang.org/x/oauth2 v0.35.0 // indirect
)