Runable v1.0.0-alpha.20
Why Runable? Docs Modules Work with AI Blog About Changelog
  • 01Why Runable?
  • 02Docs
  • 03Modules
  • 04Work with AI
  • 05Blog
  • 06About
  • 07Changelog
Vue without a fixed server runtime.
Getting Started Structure Integrations Guide MCP API
  • Getting Started Structure Integrations Guide MCP API
  • Installation
  • Client Setup
  • Tools
  • Security
  • Compatibility
  • Troubleshooting

MCP Compatibility

Match @runablejs/mcp with a Runable version that provides the required Inspector capabilities.

@runablejs/mcp loads runable/inspector from the inspected project's own node_modules. Compatibility therefore depends on the runable version installed in that project, not on a globally installed CLI.

Compatibility levels

LevelAvailable tools
BaseEvery tool except resolve_route
FullAll eight tools, including resolve_route

For the 0.1.x MCP line:

Installed runableSupport
1.0.0-alpha.3 and earlierUnsupported: runable/inspector is not exported
1.0.0-alpha.4Base compatibility
A release containing Inspector.resolveRoute()Full compatibility

Runable is currently in prerelease. Treat the published compatibility table as authoritative instead of assuming that every numerically newer prerelease works.

Runtime capability checks

At startup, the server verifies the Inspector factory and the methods required by its base tool set. If a required capability is absent, startup fails and names the missing method.

resolveRoute() is checked when resolve_route is called. This targeted check lets an older base-compatible project keep the other seven tools.

Keep project dependencies aligned

Install both packages in the project rather than relying on global resolution:

pnpm add runable
pnpm add -D @runablejs/mcp

After upgrading either package:

  1. restart the MCP client connection;
  2. call get_project and verify runableVersion;
  3. list the eight tools;
  4. call resolve_route if full compatibility is expected.

Both packages require Node.js ^22.18.0 or >=24.12.0.

See Troubleshooting for startup and capability errors.

Report an issue Edit this page
Security

Understand the Runable MCP trust boundary, secret handling, transport, and project code execution.

Troubleshooting

Diagnose installation, project resolution, compatibility, protocol, and stale-data problems with Runable MCP.

On this page

  • 1Compatibility levels
  • 2Runtime capability checks
  • 3Keep project dependencies aligned
Runable

The Vue framework that brings productive conventions to any backend.

Product

  • Why Runable
  • Documentation
  • Installation
  • Integrations

Project

  • About
  • Blog
  • Changelog
  • Sponsor

Community

  • GitHub
  • Issues
  • Discussions
  • Bluesky

© 2026 Runable. Released under the MIT License.

Open source Built with Vue and Runable