Files
outline/server/tools
Tom Moor 1bd6ad830e MCP improvements (#11822)
* fix: Data always included in list_documents response

* Remove resources, add fetch tool
Fix pagination arguments do not accept string

* type -> resource

* Add URL resolving
2026-03-20 09:45:50 -04:00
..
2026-03-20 09:45:50 -04:00
2026-03-20 09:45:50 -04:00
2026-03-20 09:45:50 -04:00
2026-03-20 09:45:50 -04:00
2026-02-16 20:14:18 -05:00
2026-03-20 09:45:50 -04:00
2026-03-20 09:45:50 -04:00

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