mcp-server
0
This project is an MCP server providing a greeting tool for personalized interactions. It allows users to send greeting requests and receive responses.
MCP Server
This project is a simple MCP (Multi-Channel Protocol) server offering a greeting tool. Users can interact with the server to receive personalized greetings.
Project Structure
- cmd/main.go
- internal/handlers/hello_handler.go
- internal/server/server.go
- go.mod
- go.sum
- README.md
Setup Instructions
- Clone the repository and navigate to the folder.
- Install dependencies.
- Run the server.
Usage
Interact with the server using a compatible MCP client. Send a request to the 'hello_world' tool with the parameter 'name' to receive a greeting.