mcp-generate-uuid-server
0
This project is a sample MCP server that facilitates the generation of UUIDs. It allows users to create up to 100 UUIDs at a time using the D language and `mcp` package library. It supports configuration for local execution and use with platforms like Claude Desktop and Github Copilot.
MCP Generate UUID Server
This project is a sample MCP server for generating UUIDs, built using the D language and mcp
package library.
Features
- Provides a
generate_uuid
tool to generate a specified number of UUIDs. - By default, generates one UUID but can generate up to 100 UUIDs.
Local Execution Instructions
-
Add the project as a local package using the command.
-
Run the server.
MCP Server Configuration Instructions
Configure to run with dub run
command using the -q
option to suppress unnecessary output.
Claude Desktop Configuration
- Configure as follows if using Claude Desktop.
Github Copilot Configuration
- Configure as follows if using Github Copilot.
Creating an MCP Project
-
Create a new project using DUB.
-
Add necessary dependencies by editing the
dub.sdl
file. -
Write the project's code in
source/app.d
.