Set Runtime Configuration Value
procore_set_configSet runtime configuration keys (e.g., company_id, project_id) to change the default context for the current session without restarting the server.
Instructions
Set a runtime configuration key (e.g. company_id or project_id) for the current session. The change persists until the server restarts. Use this to switch the default company/project context without restarting the MCP server. Returns a confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Config key — currently 'company_id' or 'project_id' | |
| value | Yes | New value (string; numbers are coerced server-side) |