mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
519fd024f9
Wraps all MCP tool and resource handlers with Datadog APM spans so that each invocation is visible in traces under the `outline-mcp` service. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Tools are the building blocks of functionality for our internal MCP server.
Each tool is a self-contained unit of functionality that can be invoked by the MCP client to perform a specific task. To test the MCP with Claude in development make sure to run with the following command to ensure that the MCP server trusts the mkcert root CA certificate.
NODE_EXTRA_CA_CERTS=$(mkcert -CAROOT)/rootCA.pem claude