Installation & Configuration
{
"mcpServers": {
"Utopia": {
"command": "dotnet",
"args": [
"run",
"--project",
"<path_to_project_folder>/Utopia.csproj"
]
}
}
}{
"mcpServers": {
"Utopia": {
"command": "dotnet",
"args": [
"run",
"--project",
"<path_to_project_folder>/Utopia.csproj"
]
}
}
}