@autonia/mcp
v0.1.25
Published
MCP for AgentGraph
Downloads
24
Readme
@autonia/mcp
Model Context Protocol (MCP) support
Purpose
Provides support for the Model Context Protocol for enhanced AI interactions.
Features
- MCP protocol support
- Context management
- Tool integration
Installation
npm install @autonia/mcp
# or
pnpm add @autonia/mcp
# or
yarn add @autonia/mcpUsage
import /* exports */ "@autonia/mcp";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/tools
Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
