Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add placeholder list-tools CLI command (PoC)#618

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
salignatmoandal wants to merge1 commit intogithub:main
base:main
Choose a base branch
Loading
fromsalignatmoandal:feat/list-tools

Conversation

salignatmoandal
Copy link

What does this PR do?

Adds a minimal list-tools CLI command to the GitHub MCP Server.
This is a proof of concept to evaluate whether a tool discovery feature is useful before committing to full implementation.

Why is this useful?

•Quick discovery of available tools (without digging through documentation)•Helps debug server configuration (active toolsets, read-only mode, etc.)•Offers a human-readable snapshot of server capabilities•Can assist tooling developers (Cursor, Copilot, Claude) in surfacing MCP capabilities

Current Behavior

Running the following:

go run cmd/github-mcp-server/main.go list-tools

Outputs:

TODO: Implement list-tools functionalityThis is a proof of concept for the list-tools command.Would display all available MCP tools grouped by toolset.

Implementation (Minimal for Now)

•Adds a new CLI command via Cobra (list-tools)•Only placeholder logic for now•Prints a TODO message to validate the concept•No impact on existing behavior

Proposed Next Steps (if validated)

•Group tools by toolset and print names/descriptions•Add flags:•--toolset=<name> to filter•--format=json|yaml|table•Respect --read-only, --toolsets, and dynamic toolset modes•Add tests and documentation

Question

Would this feature be useful to others?
If yes, I’d be happy to expand this into a fully usable command.

@salignatmoandalsalignatmoandal requested a review froma team as acode ownerJune 30, 2025 22:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@salignatmoandal

[8]ページ先頭

©2009-2025 Movatter.jp