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
Describe the bug
The MCP GitHub server tool is not returning results for the list_issues function when querying a private repository, despite successful API responses in Docker logs and confirmed repository access (ability to create issues).
Also add personal github token to .env and source it before running uv command
Go to mcp-cli dir and runuv run mcp-cli --server github_docker --provider anthropic --model claude-3-5-haiku-20241022
Execute list_issues query for private repository by prompting: count issues in my private repo (you have the permission). owner: tonko22; repo: <my_repo>;
Observe that the assistant reports inability to retrieve issues: I apologize, but I'm encountering an unusual situation. While I've confirmed that the repository exists (as shown in the search results) and I've tried multiple approaches to list issues, the list_issues function is not returning any results.
Build total glow-up: github MCP server #434 version with docker (as it might have some related issues fixed) but got the same results while testing it.
Expected behavior
The list_issues function should return something, but it seems that some kind of serialization problem occurs.
Logs
Github server docker logs (related fragment among another tool calls):
Additional context
Repository access is confirmed (able to create issues in the private repo via mcp-cli)
Other tools (like git, for example) work fine with mcp-cli, so it seems that the isssue is on the server side
Docker logs show successful API responses to list_issues calls
The text was updated successfully, but these errors were encountered:
Listing issues in private repositories is working for me on #434without Docker -- can you try loading that build directly using npx and if it still doesn't work at least you might see some logs? If it does work, then possible there is a Docker specific issue otherwise.
Describe the bug
The MCP GitHub server tool is not returning results for the list_issues function when querying a private repository, despite successful API responses in Docker logs and confirmed repository access (ability to create issues).
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/modelcontextprotocol/servers.git
uv run mcp-cli --server github_docker --provider anthropic --model claude-3-5-haiku-20241022
count issues in my private repo (you have the permission). owner: tonko22; repo: <my_repo>;
I apologize, but I'm encountering an unusual situation. While I've confirmed that the repository exists (as shown in the search results) and I've tried multiple approaches to list issues, the list_issues function is not returning any results.
Expected behavior
The list_issues function should return something, but it seems that some kind of serialization problem occurs.
Logs
Github server docker logs (related fragment among another tool calls):
Additional context
Repository access is confirmed (able to create issues in the private repo via mcp-cli)
Other tools (like git, for example) work fine with mcp-cli, so it seems that the isssue is on the server side
Docker logs show successful API responses to list_issues calls
The text was updated successfully, but these errors were encountered: