DotnetDebugger.Mcp
by nevse
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHARPDBG_LOG_LEVEL | No | Logging level. One of Trace, Debug, Information, Warning, Error, or Critical. | Information |
| SHARPDBG_JUST_MY_CODE | No | Restrict debugging to your own code. Set to 'false' to disable Just My Code. | true |
| SHARPDBG_MAX_SESSIONS | No | Maximum number of debug sessions open at once, each debugging its own process. | 1 |
| SHARPDBG_EVAL_TIMEOUT_MS | No | Timeout in milliseconds for operations that run code in the debuggee (evaluate_expression, get_exception_info). Minimum 100. | 5000 |
| SHARPDBG_VSDBG_LIBRARIES | No | Directory holding VsdbgRemoteCoreclrHost and VsdbgRemoteCoreclrTarget, needed for debugging .NET MAUI apps. | |
| SHARPDBG_ENABLE_DIAGNOSTICS | No | Enable detailed diagnostic logging. | false |
| SHARPDBG_REMOTE_CORECLR_HOST | No | Path to the remote CoreCLR host library when separate from the target library. | |
| SHARPDBG_BUILD_TIMEOUT_SECONDS | No | Timeout in seconds for building a mobile app. | 900 |
| SHARPDBG_REMOTE_CORECLR_TARGET | No | Path to the remote CoreCLR target library when separate from the host library. | |
| SHARPDBG_OPERATION_TIMEOUT_SECONDS | No | Timeout in seconds for attaching, starting, pausing, and closing a session. Steps and reads are not bounded. | 30 |
| SHARPDBG_ALLOW_OTHER_USER_PROCESSES | No | Allow attaching to processes not owned by the current user. | false |
| SHARPDBG_BREAKPOINT_BIND_TIMEOUT_MS | No | Time in milliseconds to wait for a breakpoint to bind before reporting it unverified. Minimum 100. | 2000 |
| SHARPDBG_MOBILE_START_TIMEOUT_SECONDS | No | Timeout in seconds for starting a mobile app, including emulator boot, install, and launch. | 600 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessNo issues