agentic-mcp 0.2.8

Unified MCP server for all agentic-tools
# CLAUDE.md - agentic-mcp

<!-- BEGIN:xtask:autogen header -->
- Crate: agentic-mcp
- Path: apps/agentic-mcp/
- Role: app
- Family: agentic-tools
- Integrations: mcp=true, logging=false, napi=false
<!-- END:xtask:autogen -->

## Overview

Briefly describe the purpose of this crate and how to use it.

## Quick Commands

<!-- BEGIN:xtask:autogen commands -->
```bash
# Lint & Clippy
cargo fmt -p agentic-mcp -- --check
cargo clippy -p agentic-mcp --all-targets -- -D warnings

# Tests
cargo test -p agentic-mcp

# Build
cargo build -p agentic-mcp
```
<!-- END:xtask:autogen -->

## Notes

Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.