29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
|
|
"name": "Sascha Bach Portfolio",
|
|
"description": "Static discovery card for the public portfolio site. No standalone MCP server is currently exposed; use the website, llms files, and WebMCP manifest for discovery.",
|
|
"homepage": "https://sascha-bach.de",
|
|
"documentation": "https://sascha-bach.de/AGENTS.md",
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"serverInfo": {
|
|
"name": "Sascha Bach Portfolio",
|
|
"version": "1.0.0",
|
|
"description": "No standalone MCP server is currently exposed."
|
|
},
|
|
"capabilities": {
|
|
"tools": {
|
|
"listChanged": false
|
|
},
|
|
"resources": {
|
|
"listChanged": false,
|
|
"subscribe": false
|
|
},
|
|
"prompts": {
|
|
"listChanged": false
|
|
}
|
|
},
|
|
"endpoints": [],
|
|
"tools": []
|
|
} |