name: mcp-server-workflows description: "Create or update MCP server tools, JSON-RPC handlers, and registrations. Use when working in mcp-server/src/**." argument-hint: "MCP file path + intent (e.g., mcp-server/src/index.ts: register new tool)" user-invocable: true
MCP Server Workflows Skill
Use this skill for MCP server updates, tool registration, and JSON-RPC handling.
When to Use
- Adding or modifying tools in the MCP server
- Adjusting JSON-RPC handlers or schemas
- Updating MCP server utilities in
mcp-server/src/
Procedure
- Identify the target MCP file(s) and tool/handler scope.
- Apply MCP server development instructions for JSON-RPC compliance.
- Ensure tool registration and schema conversion patterns are preserved.
- Make minimal, testable changes and keep logging consistent.
- Recommend validation steps (build or tests) as needed.
Notes
- Keep tool naming and argument schemas aligned with CLI metadata.
- Use structured logging (stderr) and avoid console.log for protocol data.