
PubDev
STDIO自然语言包搜索计算服务
自然语言包搜索计算服务
This MCP provides functionality for searching pub.dev packages using natural language queries and performing basic arithmetic calculations. Powered by LLM integration, it enables intuitive package discovery through conversational interactions.
git clone [repository-url]
dart pub get
~/.cursor/mcp.json
:{ "mcpServers": { "PubDev MCP": { "command": "dart [path-to-repo]/bin/pubdev_mcp.dart", "workingDirectory": "[path-to-repo]" } } }
Replace [path-to-repo]
with the actual path to your cloned repository.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)