Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WORKSPACE_MCP_PORT | No | Sets the port the server listens on. This affects the server_url, port, and OAUTH_REDIRECT_URI. | 8000 |
WORKSPACE_MCP_BASE_URI | No | Sets the base URI for the server. This affects the server_url used for Gemini native function calling and the OAUTH_REDIRECT_URI. | http://localhost |
OAUTHLIB_INSECURE_TRANSPORT | No | Allow HTTP for localhost OAuth callbacks (development only!) | 1 |
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 |