Skip to content

Commit 6fec832

Browse files
committed
Update repo with server manifest from issue #183
1 parent b8fa1b5 commit 6fec832

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"display_name": "UUIDv7 Generator",
3+
"license": "<UNKNOWN>",
4+
"tags": [
5+
"uuid",
6+
"uuidv7",
7+
"generator",
8+
"mcp",
9+
"model context protocol"
10+
],
11+
"installations": {
12+
"uvx": {
13+
"type": "uvx",
14+
"command": "uvx",
15+
"args": [
16+
"mcp-uuid-server"
17+
],
18+
"description": "Hypothetical example using uvx (not currently published this way)"
19+
},
20+
"python": {
21+
"type": "python",
22+
"command": "python",
23+
"args": [
24+
"/path/to/your/mcp-uuid-server/mcp_uuid_server/server.py"
25+
],
26+
"description": "Run the server directly from source code"
27+
}
28+
},
29+
"examples": [
30+
{
31+
"title": "",
32+
"description": "",
33+
"prompt": "Generate a single UUIDv7 string for me."
34+
},
35+
{
36+
"title": "",
37+
"description": "",
38+
"prompt": "I need a UUIDv7 for a new database record."
39+
},
40+
{
41+
"title": "",
42+
"description": "",
43+
"prompt": "Can you generate 5 UUIDv7 strings for batch processing?"
44+
},
45+
{
46+
"title": "",
47+
"description": "",
48+
"prompt": "Create a batch of 10 UUIDv7 identifiers."
49+
},
50+
{
51+
"title": "",
52+
"description": "",
53+
"prompt": "I need unique identifiers for my application. Please generate a UUIDv7."
54+
}
55+
],
56+
"name": "@pomazanbohdan/mcp-uuidv7-generator",
57+
"repository": {
58+
"type": "git",
59+
"url": "https://github.com/pomazanbohdan/mcp-uuidv7-generator"
60+
},
61+
"homepage": "https://github.com/pomazanbohdan/mcp-uuidv7-generator",
62+
"author": {
63+
"name": "pomazanbohdan"
64+
},
65+
"description": "A Model Context Protocol (MCP) server for generating UUIDv7 strings.",
66+
"categories": [
67+
"System Tools"
68+
],
69+
"is_official": false
70+
}

0 commit comments

Comments
 (0)