This file is kept as a stable entry point for AI-agent documentation.
- AGENTS.md — Main quick-reference guide for AI agents working with
eptr2 - QUICK_REFERENCE.md — Fast call-key and usage cheatsheet
- src/eptr2/mcp/README.md — MCP server usage, tools, and troubleshooting
- docs/ai-integration/mcp-server.md — Integration guide for MCP clients
- docs/api/mcp.md — API-level MCP reference
from eptr2.mcp import create_mcp_server, run_mcp_serverrun_mcp_server(...): async helper that creates and runs the servercreate_mcp_server(...): returns a configured FastMCP server for explicit lifecycle control
Use these call keys in code and MCP generic calls:
mcp(alias:ptf)smp(alias:smf)rt-consrt-genload-planmcp-smp-imb
When in doubt, use discovery:
from eptr2 import EPTR2
eptr = EPTR2(use_dotenv=True, recycle_tgt=True)
calls = eptr.get_available_calls(include_aliases=True)