MCP.so
ログイン

mcp-uuid-go

@manaty226

mcp-uuid-go について

An MCP server which responses UUID value.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

go

トランスポート

stdio

公開者

manaty226

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-uuid-go": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "--config",
        "./config.json",
        "--server",
        "uuid-tool"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-uuid-go?

An MCP server that responds with a UUID value. It only supports UUID version 4 or version 7.

How to use mcp-uuid-go?

Build from source using go build -o build/uuidtool, then run with the MCP Inspector using a config file and the server binary.

Key features of mcp-uuid-go

Use cases of mcp-uuid-go

FAQ from mcp-uuid-go

What UUID versions does this server support?

Only UUID version 4 or version 7.

コメント

「その他」の他のコンテンツ