-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
28 lines (28 loc) · 990 Bytes
/
Copy pathserver.json
File metadata and controls
28 lines (28 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.JacobiusMakes/diamond-mcp",
"description": "Sourced diamond and gemology tools for AI assistants, with 90 encyclopedia entries.",
"repository": {
"url": "https://github.com/JacobiusMakes/diamond-mcp",
"source": "github"
},
"version": "0.2.9",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/JacobiusMakes/diamond-mcp/releases/download/v0.2.6/diamond-mcp-0.2.6.mcpb",
"fileSha256": "3c755b6aac99547b78c633d38b50c1a45eb1250ce1dd7a30e12576ce75a929a5",
"transport": {
"type": "stdio"
},
"version": "0.2.6"
}
],
"websiteUrl": "https://stienhardt.com/?utm_source=mcp_registry&utm_medium=referral&utm_campaign=diamond_mcp&utm_content=registry_website",
"remotes": [
{
"type": "streamable-http",
"url": "https://diamond-mcp.stienhardt.workers.dev/mcp"
}
]
}