Skip to content

Releases: MicroMichaelIE/mcp-copilotcli-history

Release list

v0.1.1

Choose a tag to compare

@MicroMichaelIE MicroMichaelIE released this 04 Dec 12:00

What's New

  • Added `SESSION_STATE_DIR` environment variable support for configurable session directory path
  • Enables scoped filesystem access when used with MCP inputs configuration

Configuration Example

```json
{
"copilot-history": {
"command": "uvx",
"args": ["mcp-copilotcli-history"],
"env": {
"SESSION_STATE_DIR": "~/.copilot/session-state"
}
}
}
```

v0.1.0

Choose a tag to compare

@MicroMichaelIE MicroMichaelIE released this 04 Dec 10:43

Initial release of mcp-copilotcli-history

Features

  • `search_sessions` - Full-text search across all Copilot conversations
  • `list_recent_sessions` - View recent sessions with titles
  • `get_session_stats` - Aggregate statistics about Copilot usage
  • `get_session_conversation` - Read full conversation from any session
  • `search_by_file_path` - Find sessions that referenced specific files
  • `search_tool_usage` - Find examples of tool usage in past sessions

Installation

```bash
uvx mcp-copilotcli-history

or

pip install mcp-copilotcli-history
```