mcp-server-workflows

star 107

Create or update MCP server tools, JSON-RPC handlers, and registrations. Use when working in mcp-server/src/**.

SAP-samples By SAP-samples schedule Updated 3/6/2026

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

  1. Identify the target MCP file(s) and tool/handler scope.
  2. Apply MCP server development instructions for JSON-RPC compliance.
  3. Ensure tool registration and schema conversion patterns are preserved.
  4. Make minimal, testable changes and keep logging consistent.
  5. 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.

References

Install via CLI
npx skills add https://github.com/SAP-samples/hana-developer-cli-tool-example --skill mcp-server-workflows
Repository Details
star Stars 107
call_split Forks 27
navigation Branch main
article Path SKILL.md
More from Creator