Bubbles.XEvent.MCPServer
0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
{ "servers": { "bubbles.xevent.mcpserver": { "type": "stdio", "command": "dnx", "args": ["bubbles.xevent.mcpserver@0.1.0", "--yes"] } } }
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's
.vscode/mcp.json settings file.
dotnet tool install --global Bubbles.XEvent.MCPServer --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Bubbles.XEvent.MCPServer --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Bubbles.XEvent.MCPServer&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Bubbles.XEvent.MCPServer --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bubbles.XEvent.MCPServer
This package provides a stdio-based MCP server for reading extended event files emitted by SQL Server.
Tools
xel_file_read
Parameters:
- path to the file. Must be local file path, not https URL.
- a byte offset in the file to start reading. Default is 0.
- the maximum number of events to read. Default is 100.
Output: Returns a count of read events and a byte offset of where to read the next set of events, followed by the events encoded in json.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.