Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by makarski • Uncategorized
A Go server library for implementing Model Context Protocol (MCP) servers focused on tools.
Implement MCP tools with type-safe input and output schemas.
Build MCP servers supporting HTTP and Stdio transports.
Automatic input validation and rich result types in MCP tools.
MCP Robot is a Go library designed to help developers build MCP servers with type-safe tool definitions, fluent schema builders, and automatic input validation. It supports multiple server types including HTTP and Stdio, and offers rich result types such as text, media, and structured data. The library follows Go conventions and is inspired by the standard net/http package, making it intuitive for Go developers to implement MCP-compliant servers.