slackapi / slackapi/slack-skills-plugin
Add instructions for Copilot
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 132
- Forks
- 34
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 16
Description
Is it possible to add instructions for Copilot in VSCode?
I tried to follow instructions for Cursor in a hope that it might work for Copilot in VSCode, so I added this configuration to mcp.json:
{
"servers": {
"slack": {
"url": "https://mcp.slack.com/mcp",
"auth": {
"CLIENT_ID": "XXXXX.XXXXX"
}
}
},
"inputs": [
]
}
But when I try to start the server, I get this error: Invalid client_id parameter.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the existing instructions for Cursor and the reported mcp.json configuration, then determine what VS Code Copilot requires for the Slack MCP server. Add clear Copilot-specific setup instructions and explain how to avoid the reported “Invalid client_id parameter” error; confirm that the documented configuration starts the server successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- developer-experience, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100