Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by stn1slv • Uncategorized
A minimal MCP server in Go that provides a personalized greeting tool.
Generate personalized greeting messages.
A minimal example of an MCP tool implementation.
A simple Go-based MCP server communicating over stdin/stdout.
This MCP server implements a simple tool called 'greet' that accepts a JSON input with a name and returns a personalized greeting message. It demonstrates a minimal example of using the MCP protocol with the Go SDK. The server communicates over stdin/stdout and can be customized by editing the greeting function or adding more tools. It is useful for developers looking to implement MCP tools or integrate personalized greeting functionality.