Bubbles.XEvent.MCPServer 0.2.0

{
  "servers": {
    "Bubbles.XEvent.MCPServer": {
      "type": "stdio",
      "command": "dnx",
      "args": ["Bubbles.XEvent.MCPServer@0.2.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.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Bubbles.XEvent.MCPServer --version 0.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Bubbles.XEvent.MCPServer&version=0.2.0
                    
nuke :add-package Bubbles.XEvent.MCPServer --version 0.2.0
                    

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. Can be a local file or an http(s) url.
  • a byte offset in the file to start reading. Default is 0.
  • the maximum number of events to read. Default is 100.
  • a comma-delimited list of event names to filter on. Default is all events.
  • a comma-delimited list of field and action names to filter on. Default is all fields and actions.

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.2.0 1 8/12/2026
0.1.0 1 8/8/2026