Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Info.Adresa.Svatky.Mcp": {
"command": "dotnet",
"args": [
"run",
"--project",
"/ABSOLUTE/PATH/TO/svatky-adresa-info-mcp-dotnet",
"--no-build"
]
}
}
}