Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| llms | No | Path or URL to llms-full.txt. Registers get_full_documentation and search_documentation. | |
| name | No | Server name, shown in MCP client and embedded in tool descriptions. Defaults to "docs". | |
| debug | No | Enable debug logging to stderr. | |
| config | No | Path to .easypeasymcp.json. Config file keys are used as defaults; CLI flags override them. | |
| openapi | No | Path to a directory of OpenAPI specs (JSON/YAML). Registers list_openapi_specs and get_openapi_spec. | |
| rebuild | No | Rebuild llms-full.txt from local sources on every startup. Requires a config file with a build section. | |
| asyncapi | No | Path to a directory of AsyncAPI specs (JSON/YAML). Registers list_asyncapi_specs and get_asyncapi_spec. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |