Initial Go MCP server implementation

This commit is contained in:
Ian Gulliver
2025-06-27 20:03:53 -07:00
commit aec727e006
3 changed files with 177 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/flamingcow/gocp
go 1.21
require github.com/mark3labs/mcp-go v0.1.0