Skip to content

docs(python): fix incorrect CLI args in Python project README template#132

Open
tmohanvamsi wants to merge 1 commit intokagent-dev:mainfrom
tmohanvamsi:fix/python-readme-incorrect-cli-args
Open

docs(python): fix incorrect CLI args in Python project README template#132
tmohanvamsi wants to merge 1 commit intokagent-dev:mainfrom
tmohanvamsi:fix/python-readme-incorrect-cli-args

Conversation

@tmohanvamsi
Copy link
Copy Markdown

Summary

The Python project README template referenced kmcp deploy mcp --apply which is not a valid command. The correct command is kmcp deploy.

Changes

  • Fixed kmcp deploy mcp --applykmcp deploy in Option 2 (Docker-Only Development) section
  • Fixed kmcp deploy mcp --applykmcp deploy in Deployment (Kubernetes) section

Testing

Documentation-only change. No code modified.

Related Issue

Fixes #89

@tmohanvamsi tmohanvamsi force-pushed the fix/python-readme-incorrect-cli-args branch from 1f5f926 to d01b70d Compare April 24, 2026 20:04
The README template referenced 'kmcp deploy mcp --apply' which is not
a valid command. The correct command is 'kmcp deploy'.

Fixed in both Option 2 (Docker-Only Development) and Deployment
(Kubernetes) sections of the README template.

Fixes kagent-dev#89

Signed-off-by: tadepmo <tmohanvamsi@gmail.com>
@tmohanvamsi tmohanvamsi force-pushed the fix/python-readme-incorrect-cli-args branch from d01b70d to 8199b53 Compare April 24, 2026 20:06
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.

Python project README referencing incorrect cli args

1 participant