Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
MCP TypeScript/JavaScript SDK 使用指南
npm install @modelcontextprotocol/sdk
import { McpServer } from '@modelcontextprotocol/sdk'; const server = new McpServer({ name: 'my-server', version: '1.0.0' }); server.start();