-
Notifications
You must be signed in to change notification settings - Fork 7.7k
ai tools: connect to VSCode #22903
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
ai tools: connect to VSCode #22903
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1d61432
to
f71e39d
Compare
f71e39d
to
64492a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small changes but nothing blocking
@@ -83,8 +83,7 @@ Imagine you want to enable Ask Gordon to interact with your GitHub account: | |||
|
|||
1. From the **MCP Toolkit** menu, select the **Catalog** tab and find | |||
the **GitHub Official** server and add it. | |||
2. In the server's **Config** tab, insert your token generated from | |||
your [GitHub account](https://github.com/settings/personal-access-tokens). | |||
2. In the server's **Config** tab, connect via OAuth. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: There's a few more steps in here if you are a new user. You first need to authorize with the github oauth provider
Clicking on the link leads to the OAuth global tab where you can do the oauth dance.
and then you need to come back to the config tab of the official github mcp server to allow the server to use the github integration
I believe users can figure this out. Just an FYI if you want to add more context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I see you have documented the steps here - maybe we could link to those steps from here? And also link to this example as a next step after users complete the oauth dance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge this PR in the OAuth one, it's too clumsy as it is 👍
b8edac1
to
b038b30
Compare
Merged into #22904 |
Add docs to connect to VSCode from the MCP toolkit.