mcp-server

Installation
SKILL.md

MCP Server Development Guide

Guide for creating MCP servers using the @modelcontextprotocol/sdk TypeScript SDK.

Package Information

Tool Registration API

IMPORTANT: Use server.registerTool() for the full-featured API with title, description, and output schemas.

Modern API: registerTool() (Recommended)

import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { z } from "zod";
Installs
1
Repository
waniwani-ai/sdk
GitHub Stars
17
First Seen
May 4, 2026
mcp-server — waniwani-ai/sdk