Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SERVER_ID | Yes | The server identifier used in signed responses (e.g., 'cv-brayan-cordova-server'). | |
| MCP_PUBLIC_KEY | Yes | The RSA public key used for verifying digital signatures. Generated with npm run setup-keys command. | |
| MCP_PRIVATE_KEY | Yes | The RSA private key used for digitally signing responses. Generated with npm run setup-keys command. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |