mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
* generate-cli: auto-generate SKILL.md alongside CLI script generate-cli now produces a SKILL.md agent skill file next to the CLI script, documenting every tool's exact invocation syntax, parameter flags, and types. Agents can use the CLI immediately without discovery. * Use uv run --with fastmcp in generated SKILL.md invocations * Fix skill generation issues from review - Escape pipe chars in union type labels so markdown tables render - Boolean params omit <value> placeholder in example invocations - Quote YAML frontmatter values to handle special chars in names - Match cyclopts camelCase→snake_case in flag derivation - Use four-backtick fence for nested code block in docs * Replace --skill/--no-skill with just --no-skill * Escape quotes in YAML frontmatter description * Strip newlines from param descriptions in skill table rows * Detect boolean union types for flag placeholder |
||
|---|---|---|
| .. | ||
| auth | ||
| cli.mdx | ||
| client.mdx | ||
| elicitation.mdx | ||
| generate-cli.mdx | ||
| logging.mdx | ||
| notifications.mdx | ||
| progress.mdx | ||
| prompts.mdx | ||
| resources.mdx | ||
| roots.mdx | ||
| sampling.mdx | ||
| tasks.mdx | ||
| tools.mdx | ||
| transports.mdx | ||