
应用SDK模板
一个使用(某工具或方法)创建的起始模板 创建-MCP-使用应用。
快速入门
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
# Run production server
yarn start项目结构
├── index.ts # MCP server entry point
├── resources/ # UI widgets directory
│ └── display-weather.tsx
├── styles.css # Global styles
└── package.json # Dependencies and scripts发展
开发服务器运行于 http://localhost:3000 支持热重载并自动打开检查器。
