Generate UUID icon

Generate UUID

Generates UUIDs using the D programming language and the `mcp` package library.

关于

This project provides an MCP server that generates UUIDs. Built with the D language and the `mcp` package library, it offers a `generate_uuid` tool that produces a specified number of UUIDs, defaulting to one but capable of generating up to 100. It can be configured for use with tools like Claude Desktop and GitHub Copilot, enabling seamless integration into various development workflows.

主要功能

  • Generates UUIDs using the `generate_uuid` tool.
  • Supports generating a specified number of UUIDs (up to 100).
  • Built using the D programming language and `mcp` package library.
  • Provides configuration examples for Claude Desktop and GitHub Copilot.
  • Offers instructions for creating similar MCP projects.
  • 0 GitHub stars

使用案例

  • Generating unique identifiers for database records.
  • Generating unique IDs for distributed systems.
  • Creating unique keys for caching systems.
Craft Better Prompts with AnyPrompt
Sponsored
    Generate UUID: Dlang UUID Generator with MCP