Comprehensive guides for building, deploying, and securing AI agents
# Connect via MCP
{
"mcpServers": {
"agent-docs": {
"url": "https://agent-docs.io/mcp",
"transport": "streamable-http"
}
}
}
# Or discover via A2A protocol
curl https://agent-docs.io/.well-known/agent.json
| Framework | Guide | Security Notes |
|---|---|---|
| LangChain | Integration Guide | Security Hardening |
| Claude Code | Setup Guide | Security Guide |
| A2A Protocol | Implementation | Security Guide |
| Cursor IDE | MCP Setup | Security Guide |
| GitHub Copilot | Workspace Guide | Security Guide |
| Method | Path | Description |
|---|---|---|
| GET | /.well-known/agent.json | A2A agent card |
| POST | /a2a/tasks/send | Submit a task |
| POST | /mcp/tools/list | List available MCP tools |
| POST | /mcp/tools/call | Execute an MCP tool |
| GET | /context | Browse documentation |