Expand description
Intent-Engine MCP Server (Rust Implementation)
This is a native Rust implementation of the MCP (Model Context Protocol) server that provides a JSON-RPC 2.0 interface for AI assistants to interact with intent-engine’s task management capabilities.
Unlike the Python wrapper (mcp-server.py), this implementation directly uses the Rust library functions, avoiding subprocess overhead and improving performance.
Functions§
- run
- Run the MCP server This is the main entry point for MCP server mode