flipside-mcp-extension/go.mod
Erik Brakke a179b10854 Initial commit: Flipside Intelligence MCP Extension
- Add Go-based MCP proxy for Flipside Intelligence blockchain analytics
- Configure project structure with proper Go module naming
- Include comprehensive README focused on product vision
- Add manifest.json for Claude Desktop integration
- Setup build automation with Makefile and test scripts
- Configure .gitignore for Go project best practices

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01 14:06:57 -06:00

12 lines
263 B
Modula-2

module github.com/flipside-org/flipside-mcp-extension
go 1.24.3
require github.com/mark3labs/mcp-go v0.32.0
require (
github.com/google/uuid v1.6.0 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
)