Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 23, 2026 12:02
Show Gist options
  • Select an option

  • Save wullemsb/bda156dbc79d43737ed81d0e256ff358 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/bda156dbc79d43737ed81d0e256ff358 to your computer and use it in GitHub Desktop.
// 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