
宝可梦
STDIO提供宝可梦数据和攻击能力的MCP服务器
提供宝可梦数据和攻击能力的MCP服务器
A demo project showcasing the Model Context Protocol (MCP) integration with Pokemon data. This project includes:
bun install
Run the client which automatically launches the MCP server:
bun mcp_client.ts
Set your OpenRouter API key and run the HTTP server:
export OPENROUTER_API_KEY=your_api_key_here bun http_server.ts
Then access the server at http://localhost:3005:
/tools
- List available tools/attack
- Execute a random Pokemon attack using LLMThis project uses Bun as its JavaScript runtime.