Created
January 23, 2026 12:02
-
-
Save wullemsb/bda156dbc79d43737ed81d0e256ff358 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Add MCP services | |
| builder.Services.AddMcpServer(); | |
| var app = builder.Build(); | |
| // Map MCP endpoints with project name and optional team name route parameters | |
| app.MapMcp("/{projectName}/{teamName?}"); | |
| app.Run(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment