Adapters convert external definitions or systems into FrontMCP components (tools, resources, prompts). Common examples:Documentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
- OpenAPI → generate typed tools from REST endpoints
- File system / blobs → expose documents as resources
- Custom backends → synthesize prompts/resources from proprietary schemas
Define an adapter
Behavior
- Generated items inherit the app’s plugins, providers, and policies and are tagged with provenance.
- Adapters can contribute tools, resources, and prompts simultaneously.