any-chat-completions-mcp
by pyroprompts
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AI_CHAT_KEY | Yes | API key for the AI chat provider | |
AI_CHAT_NAME | Yes | Name of the AI chat provider | |
AI_CHAT_MODEL | Yes | Model name to be used by the AI chat provider | |
AI_CHAT_BASE_URL | Yes | Base URL for the AI chat provider's API |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
chat-with-fakeaiprovider | Text chat with FakeAIProvider |