Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/cli/internal/frameworks/python/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tests/ # Generated tests

3. **Deploy to Kubernetes**:
```bash
kmcp deploy mcp --apply
kmcp deploy
```

4. **Add New Tools**:
Expand Down Expand Up @@ -214,7 +214,7 @@ docker run -i {{.ProjectName}}:latest

```bash
# Deploy to Kubernetes
kmcp deploy mcp --apply
kmcp deploy

# Check deployment status
kubectl get mcpserver {{.ProjectName}}
Expand Down