Releases: BlockRunAI/blockrun-mcp
Releases · BlockRunAI/blockrun-mcp
v0.4.1 - Model Updates & SDK Upgrade
BlockRun MCP Server v0.4.1
What's New
Model Updates
- Added Grok 4.1 models (fast non-reasoning and fast reasoning variants)
- Added Claude Opus 4.5 to powerful tier
- Added NVIDIA GPT-OSS-120B to cheap tier
- Added o4-mini to reasoning tier
Improvements
- Upgraded to @blockrun/llm v1.0.0 - the new stable TypeScript SDK
- Updated documentation links to GitHub-based docs
- Updated community channels (Telegram, Twitter)
- Enhanced wallet management with QR code support
Maintenance
- Improved
.gitignorefor registry tokens - Updated dependencies
Installation
npx @blockrun/mcpOr add to your Claude Desktop config:
{
"mcpServers": {
"blockrun": {
"command": "npx",
"args": ["-y", "@blockrun/mcp"]
}
}
}Smart Routing Modes
- fast: Gemini Flash, GPT-4o-mini, DeepSeek, Grok 4.1 Fast
- balanced: GPT-4o, Claude Sonnet 4, Gemini Pro, Grok 4.1 Reasoning
- powerful: GPT-5.2, Claude Opus 4.5, Claude Opus 4, o3
- cheap: NVIDIA GPT-OSS, Gemini Flash, DeepSeek, GPT-4o-mini
- reasoning: o3, o1, o4-mini, DeepSeek Reasoner, Grok 4.1 Reasoning