Skip to content

Conversation

@AungMyoKyaw
Copy link
Contributor

@AungMyoKyaw AungMyoKyaw commented Jan 28, 2026

Summary

  • Add homepage metadata to skill frontmatter
  • Add Prerequisites section with installation instructions and configuration example
  • Fix command syntax throughout the file by adding missing info and call subcommands
  • Update all examples to use correct CLI syntax

Problem

When using the skill described in skills/mcp-cli/SKILL.md, there were two issues:

  1. Missing installation information: There was no clear indication of where the mcp-cli command comes from or how to install it
  2. Inaccurate command syntax: Commands were missing the info and call subcommands, showing syntax like mcp-cli filesystem/read_file instead of the correct mcp-cli info filesystem read_file and mcp-cli call filesystem read_file '{...}'

Fixes: #612

Issue reference: #612 (comment)

Changes

Installation & Configuration

  • Added homepage field to frontmatter: https://github.com/philschmid/mcp-cli
  • Added Prerequisites section with two installation methods:
    • Quick install: curl -fsSL https://raw.githubusercontent.com/philschmid/mcp-cli/main/install.sh | bash
    • Bun install: bun install -g https://github.com/philschmid/mcp-cli
  • Added configuration example for mcp_servers.json

Command Syntax Fixes

Updated all commands to include proper subcommands:

  • mcp-cli info <server> <tool> for viewing tool schemas
  • mcp-cli call <server> <tool> '<json>' for calling tools
  • Added note: "Both formats work: info <server> <tool> or info <server>/<tool>"

Files Changed

  • skills/mcp-cli/SKILL.md: Added installation guide and fixed all command syntax

Testing

Verified commands against the official mcp-cli README to ensure accuracy.

Checklist

  • Followed contribution guidelines
  • Used conventional commit format
  • Created descriptive branch name
  • Draft PR with clear description

- Add homepage field to skill frontmatter
- Add Prerequisites section with installation instructions
- Add configuration example for mcp_servers.json
- Fix command syntax: add missing 'info' and 'call' subcommands
- Update all examples to use correct 'mcp-cli info' and 'mcp-cli call' syntax
- Clarify that both space and / separator formats work
- Update workflow section with correct commands

Fixes issue where mcp-cli SKILL.md had inaccurate command syntax
and was missing installation/source information.
@AungMyoKyaw AungMyoKyaw marked this pull request as ready for review January 28, 2026 18:07
Copilot AI review requested due to automatic review settings January 28, 2026 18:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the mcp-cli skill documentation by adding installation instructions and correcting command syntax throughout the file. The changes address issue #612 which reported missing installation information and inaccurate command examples.

Changes:

  • Added homepage metadata to frontmatter and Prerequisites section with installation/configuration instructions
  • Fixed command syntax by adding missing info and call subcommands throughout documentation
  • Updated all usage examples to reflect correct CLI syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant