Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Set the port number for HTTP/SSE transport. Only used when MCP_TRANSPORT is streamable-http or sse | 3000 |
MCP_TRANSPORT | No | Set the transport type for MCP communication (options: streamable-http, stdio, sse). Only relevant when running the server as an HTTP/SSE service, not for standard npx usage | stdio |
DEFAULT_MINIMUM_TOKENS | No | Set the minimum token count for documentation retrieval | 10000 |
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 |
---|---|
get-library-docs | Retrieves up-to-date documentation and code examples for any library. This tool automatically searches for the library by name and fetches its documentation. Usage:
The tool will:
Response includes:
|