feat: add optional FastMCP skill for building MCP servers
Add FastMCP skill to optional-skills/mcp/fastmcp/ with: - SKILL.md with workflow, design patterns, quality checklist - Templates: API wrapper, database server, file processor - Scaffold CLI script for template instantiation - FastMCP CLI reference documentation Moved to optional-skills (requires pip install fastmcp). Based on work by kshitijk4poor in PR #2096. Closes #343
This commit is contained in:
parent
4355f30422
commit
02954c1a10
7 changed files with 654 additions and 0 deletions
3
optional-skills/mcp/DESCRIPTION.md
Normal file
3
optional-skills/mcp/DESCRIPTION.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# MCP
|
||||
|
||||
Skills for building, testing, and deploying MCP (Model Context Protocol) servers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue