本项目是一个MCP服务器,可通过简单的配置进行运行,为相关开发提供基础支持。
需要对配置文件进行修改,配置文件路径为:/Users/yusuke/Library/Application\ Support/Claude/claude_desktop_config.json,具体配置内容如下:
{
"mcpServers": {
"game": {
"command": "node",
"args": ["/path-to/build/index.js"]
}
}
}
本项目采用 MIT 许可证。
Yusuke Wada