-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature or problem you’d like to solve
When creating a PR, the response contains hundreds of lines of text.
That's incredibly wasteful of the TCW, of I/O tokens (economics), and is a lot of noise for the LLM instance (this is an MCP server, so it's the LLM instance dealing with all of those tokens).
Proposed solution
Providing a means to specify that a concise response will be provided would eliminate wasted tokens.
Example prompts or workflows (for tools/toolsets only)
I pushed. Can you create the Pull Request? I've also updated the .profile for Git-Bash, so... hopefully that will address
the request for authentication of ssh
● github - Open new pull request (MCP)(owner:
...
{
"id": 2769466452,
"number": 2,
… +322 lines (ctrl+r to expand)
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request