Standard categories for MCP server discovery manifests. Use these values in your
/.well-known/mcp-server manifest to enable semantic indexing by MCP crawlers.
Based on draft-serra-mcp-discovery-uri.
{
"mcp_version": "2025-06-18",
"name": "My Shop MCP Server",
"endpoint": "https://myshop.com/mcp/",
"transport": "http",
"categories": ["e-commerce", "fashion"],
"crawl": true
}