Model Control Plane (MCP) Server
by dvladimirov
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | No | Your OpenAI API key | |
OPENAI_CHAT_MODEL | No | OpenAI model to use for chat completions | gpt-4o-mini |
AZURE_OPENAI_API_KEY | No | Your Azure OpenAI API key | |
AZURE_DEPLOYMENT_NAME | No | Your Azure OpenAI deployment name | |
AZURE_OPENAI_ENDPOINT | No | Your Azure OpenAI endpoint URL | |
OPENAI_COMPLETION_MODEL | No | OpenAI model to use for text completions | gpt-3.5-turbo-instruct |
AZURE_OPENAI_API_VERSION | No | Azure OpenAI API version to use | 2023-05-15 |
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 |
---|---|
No tools |