You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Personal Access Token with required permissions
✅
-
prompt
Natural language prompt to send to GitHub Copilot
✅
-
mcp-config
MCP server configuration in JSON format
❌
{}
copilot-config
GitHub Copilot CLI configuration
❌
See below
log-level
Logging verbosity level
❌
all
allow-all-tools
Allow all tools without approval
❌
true
denied-tools
Comma-separated list of tools to deny
❌
''
copilot-version
Version of @github/copilot to install
❌
latest
model
AI model to use
❌
''
additional-directories
Additional directories to trust for file access
❌
''
disable-mcp-servers
MCP servers to disable
❌
''
no-color
Disable color output
❌
true
screen-reader
Enable screen reader optimizations
❌
false
resume-session
Resume from previous session
❌
''
show-banner
Show animated startup banner
❌
false
upload-artifact
Upload logs as artifacts
❌
true
cache-cli
Enable caching for GitHub Copilot CLI
❌
false
MCP Server Configuration
The action supports Model Context Protocol (MCP) servers for extending Copilot's capabilities. Configure MCP servers using JSON format with an mcpServers object where each key is the server name and the value contains its configuration.
0 commit comments