Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | 服务器端口号。 | 3000 |
| CACHE_DIR | No | 缓存目录路径。 | ~/.cache/image-edit-rmcp |
| CACHE_URL | No | 缓存 URL,用于生成图像的公开访问链接。 | http://localhost:3000 |
| SECRET_KEY | Yes | 安全密钥,用于图床上传和构造 MCP 服务访问路径 (http://localhost:3000/{SECRET_KEY}/mcp)。 | |
| MODELSCOPE_API_KEY | Yes | ModelScope API 密钥,用于调用 AI 图像处理模型。 |
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 | |