Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP1_SERVER_PATH | Yes | Absolute path to the MCP 1 (vector store) server. MCP 2 uses this to spawn MCP 1 as a subprocess. | |
| AZURE_OPENAI_API_KEY | Yes | The API key for Azure OpenAI or Azure AI Foundry. | |
| AZURE_OPENAI_ENDPOINT | Yes | The Azure OpenAI or Azure AI Foundry endpoint URL. | |
| AZURE_OPENAI_CHAT_DEPLOYMENT | Yes | The deployment name for the chat model (e.g., GPT-4) in Azure AI Foundry. | |
| AZURE_OPENAI_EMBEDDING_DEPLOYMENT | Yes | The deployment name for the embedding model in Azure OpenAI. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask | Ask a question about Acme Robotics. The agent will decompose the question, retrieve relevant information from the knowledge base, and synthesize a final answer. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |