Skip to content

Add JetBrains Copilot plugin as a supported client #814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

danbarr
Copy link
Collaborator

@danbarr danbarr commented Jun 23, 2025

Adds the Copilot plugin for JetBrains IDEs as a supported client now that it supports HTTP/SSE MCP servers.

Keeping as a draft for now due to JSON parser issues. The plugin initializes its mcp.json file with comments documenting how to use it. When our hujson formatter sees this, it assumes it's a JSONC/JSON5 format and writes it back with trailing commas, which the plugin does not support.

We either need to handle this as a one-off, or see if microsoft/copilot-intellij-feedback#358 gets addressed.

I've tested on macOS/Linux/Windows and everything works fine if you remove the comments from the file first.

@danbarr danbarr marked this pull request as draft June 23, 2025 15:52
@danbarr danbarr force-pushed the feat/add-jetbrains-client branch from bb5f536 to 4c5b8f2 Compare June 23, 2025 15:53
@danbarr danbarr force-pushed the feat/add-jetbrains-client branch from 4c5b8f2 to d516cfd Compare June 30, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant