SessionMaster 1.0.1

{
  "servers": {
    "sessionmaster": {
      "type": "stdio",
      "command": "dnx",
      "args": ["sessionmaster@1.0.1", "--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 SessionMaster --version 1.0.1
                    
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 SessionMaster --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SessionMaster&version=1.0.1
                    
nuke :add-package SessionMaster --version 1.0.1
                    

SessionMaster

MCP server for managing GitHub Copilot CLI session history.

Tools

Tool Description
list_sessions Browse all sessions with filtering and sorting
search_sessions Full-text search across session content
get_session_summary Deep summary of a single session
get_session_context Inject a past session as LLM context
resume_session Find and resume a session by topic or ID
merge_sessions Combine artifacts from two sessions
clean_sessions Archive old or empty sessions
archive_session Archive a specific session
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

Version Downloads Last Updated
1.0.1 98 5/6/2026
1.0.0 93 5/6/2026