Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can configure AI-powered code editing tools like Copilot and Windsurf editors like Claude Code or Github Copilot to use DTP as a Model Context Protocol (MCP) server. Once configured, those tools can use DTP directly.

...

Configuring the DTP MCP Server

You need to configure your tool to access DTP as an MCP server by providing it one of the following endpoints:

  • SSE transport endpoint: <BASE_URL>/grs/mcp/sse
  • HTTP stream transport endpoint: <BASE_URL>/grs/mcp

. You can do this a couple ways .(note that the SSE transport endpoint is used in the examples below):

Adding it to Your Configuration

...