Ashwin Bhat

Results 81 comments of Ashwin Bhat

We're currently supporting the same MCP config format that most other clients are. One approach to solving this is to make the `command` a script inside your repo that invokes...

@5hirish that's pretty odd. The way we check for existing secrets is by running `gh secret list --app actions --repo ${userNameOrOrgName}/${repoName}` and search for `ANTHROPIC_API_KEY`. Just to help with debugging,...

@5hirish just as a sanity check, you mentioned running `gh secret list --repo username/repo`. Can you try manually running `gh secret list --app actions --repo username/repo` and seeing if it...

If the text is JSON we should be clipping it after a few lines. Is this not what you're seeing? Or is the text not JSON?

A way we've seen some users do this is by having the `command` string in the `.mcp.json` be a script rather than a direct invocation of the MCP server. Then...

This should be fixed! Tool names can now be up to 128 characters.

This will be fixed in the next version (1.0.41)

@mateuszmazurek We're looking into this! Can you share more about the server you're using or envisioning, and what use cases you're imagining?