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"
}
}
}
```