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:
kshitijk4poor 2026-03-19 18:05:17 -07:00 committed by Test
parent 4355f30422
commit 02954c1a10
7 changed files with 654 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# MCP
Skills for building, testing, and deploying MCP (Model Context Protocol) servers.