Ksenia Bobrova
Ksenia Bobrova
GitHub MCP supports installation tokens, you can generate it following this doc: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-an-installation-access-token-for-a-github-app You can use this token instead of PAT.
You can assign anyone to an issue via MCP, We have `issue_write` tool with `assignees` parameter. You can tell LLM to assign your bot to the issue by specifying its...
True, thanks for clarification. I'll discuss it with our product team and get back to you.
@lariel-fernandes @ezynda3 is this going to be merged any time soon?
Hi 👋 You can use server-to-server tokens that allow to have a token per app, not per user ([installation tokens](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-an-installation-access-token-for-a-github-app)). Notifications toolset won't be working though with installation token and...
Hi 👋 I couldn't reproduce this problem. Could you attach some screenshots and also json config of GitHub MCP in VS Code?
Hi 👋 GitHub MCP returns the tools in the format prescribed by Model context protocol. `getTools` method returns tools in a format compatible with LangChain and they're supposed to be...