Description
Integrate with .NET diagnostic tools for performance profiling and analysis.
Motivation
Performance optimization requires tooling:
- Startup time analysis
- Memory allocation tracking
- CPU profiling
- GC pressure analysis
Proposed Tools
New MCP Tools
Implementation Notes
- Wrap
dotnet-trace, dotnet-counters, dotnet-dump
- Parse trace files
- Provide actionable insights
- Integration with BenchmarkDotNet
Success Criteria
Related
- Part of: Phase 3 roadmap
- Experimental feature
Description
Integrate with .NET diagnostic tools for performance profiling and analysis.
Motivation
Performance optimization requires tooling:
Proposed Tools
New MCP Tools
dotnet_profile_startup
dotnet_trace_analyze
dotnet_memory_analyze
Memory allocation analysis
dotnet_counters_monitor
CPU, memory, GC metrics
Implementation Notes
dotnet-trace,dotnet-counters,dotnet-dumpSuccess Criteria
Related