Module mcp

Module mcp 

Source
Expand description

MCP (Model Context Protocol) server implementation

This module provides the MCP server functionality that allows AI assistants to interact with Intent-Engine through the JSON-RPC 2.0 protocol.

Re-exports§

pub use server::run;

Modules§

server
Intent-Engine MCP Server (Rust Implementation)
ws_client