![]() |
VOOZH | about |
dotnet add package Quilt4Net.Toolkit.Mcp --version 0.9.2
NuGet\Install-Package Quilt4Net.Toolkit.Mcp -Version 0.9.2
<PackageReference Include="Quilt4Net.Toolkit.Mcp" Version="0.9.2" />
<PackageVersion Include="Quilt4Net.Toolkit.Mcp" Version="0.9.2" />Directory.Packages.props
<PackageReference Include="Quilt4Net.Toolkit.Mcp" />Project file
paket add Quilt4Net.Toolkit.Mcp --version 0.9.2
#r "nuget: Quilt4Net.Toolkit.Mcp, 0.9.2"
#:package Quilt4Net.Toolkit.Mcp@0.9.2
#addin nuget:?package=Quilt4Net.Toolkit.Mcp&version=0.9.2Install as a Cake Addin
#tool nuget:?package=Quilt4Net.Toolkit.Mcp&version=0.9.2Install as a Cake Tool
MCP (Model Context Protocol) provider for Quilt4Net.Toolkit. Plugs into the Tharga.Mcp ecosystem and exposes the Application Insights query surface (IApplicationInsightsService) as MCP tools and resources, so AI agents (Claude Desktop, Cursor, Claude Code, etc.) can look up incidents and correlate logs without writing KQL.
Install the NuGet package and register the provider alongside any other MCP providers (Tharga.Platform.Mcp for auth, Tharga.MongoDB.Mcp, etc.):
builder.Services.AddThargaMcp(mcp =>
{
mcp.AddPlatform(); // optional — auth via Tharga.Platform
mcp.AddQuilt4Net(o =>
{
o.DataAccess = Quilt4Net.Toolkit.Mcp.DataAccessLevel.DataRead; // default: Metadata
});
});
app.UseThargaMcp(); // maps /mcp/system, /mcp/team, /mcp/me
The provider also requires Quilt4Net.Toolkit's Application Insights services — typically registered via:
builder.AddQuilt4NetApplicationInsightsClient();
McpScope.System)| Tool | Sensitivity | Args | Returns |
|---|---|---|---|
quilt4net.get_environments |
Metadata | — | environment names seen in the workspace |
quilt4net.search_logs |
DataRead | text, environment?, lookbackHours?, minSeverity? |
up to 100 LogItems |
quilt4net.get_log_detail |
DataRead | id, source, environment?, lookbackHours? |
full LogDetails for one row |
quilt4net.list_summaries |
DataRead | environment?, lookbackHours? |
up to 100 SummarySubsets |
quilt4net.get_summary |
DataRead | fingerprint, source, environment?, lookbackHours? |
grouped SummaryData for one fingerprint |
quilt4net.lookup_incident |
DataRead | incidentId, lookbackHours? |
rows whose Properties.IncidentId matches |
quilt4net.lookup_correlation |
DataRead | correlationId, lookbackHours? |
rows whose OperationId / Properties.CorrelationId matches |
| URI | Description |
|---|---|
quilt4net://environments |
environment names seen in the workspace |
quilt4net://summaries |
recent summary buckets (last 24h by default) |
| Property | Default | Description |
|---|---|---|
DataAccess |
Metadata |
Metadata exposes only get_environments and the resources. DataRead enables search/detail/summary/lookup tools. DataReadWrite is reserved for a future write-tools phase. |
DefaultLookback |
1d |
Lookback window when a tool call doesn't specify lookbackHours. |
MaxLookback |
7d |
Server-side cap on lookbackHours to bound query cost. |
This is Phase 1 of the Quilt4Net MCP plan — Application Insights logs (read). Health / Version / Dependencies / Components and write tools land in follow-up packages.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.2 | 46 | 6/17/2026 |
| 0.9.1 | 45 | 6/17/2026 |
| 0.9.0 | 90 | 6/13/2026 |
| 0.8.5 | 91 | 6/12/2026 |
| 0.8.4 | 98 | 6/12/2026 |
| 0.8.3 | 97 | 6/11/2026 |
| 0.8.2 | 105 | 6/8/2026 |
| 0.8.1 | 95 | 6/8/2026 |
| 0.8.0 | 105 | 6/5/2026 |
| 0.7.19 | 102 | 6/4/2026 |
| 0.7.18 | 96 | 6/3/2026 |
| 0.7.17 | 100 | 5/31/2026 |
| 0.7.16 | 94 | 5/30/2026 |
| 0.7.15 | 99 | 5/27/2026 |
| 0.7.14 | 93 | 5/26/2026 |
| 0.7.13 | 117 | 5/20/2026 |
| 0.7.12 | 99 | 5/11/2026 |
| 0.7.11 | 97 | 5/11/2026 |
| 0.7.10 | 108 | 5/10/2026 |
| 0.7.9 | 98 | 5/10/2026 |