# CLAUDE.md - agentic-mcp
- Crate: agentic-mcp
- Path: apps/agentic-mcp/
- Role: app
- Family: agentic-tools
- Integrations: mcp=true, logging=false, napi=false
## Overview
Briefly describe the purpose of this crate and how to use it.
## Quick 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
```
## Notes
Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.