Skip to content

chore: no changes needed for Datadog connector - #111

Open
major-connector-creator[bot] wants to merge 1 commit into
mainfrom
claude/datadog-connector-impl
Open

chore: no changes needed for Datadog connector#111
major-connector-creator[bot] wants to merge 1 commit into
mainfrom
claude/datadog-connector-impl

Conversation

@major-connector-creator

Copy link
Copy Markdown

Summary

No changes needed in this repository for the Datadog connector.

Datadog uses the HTTP proxy + MCP proxy pattern (like Browserbase and Langfuse). There is no custom typed TypeScript client, no custom schemas, no payload builders. Users interact with Datadog via:

  • HTTP proxy: createProxyFetch from @major-tech/resource-client/next for REST API calls
  • MCP proxy: Datadog's hosted MCP tools are auto-surfaced through the generic MCP reverse-proxy

This is the same pattern as Browserbase and Langfuse — neither has entries in the resource-client package.

Related PRs

Datadog uses the HTTP proxy + MCP proxy pattern (like Browserbase and
Langfuse). No custom typed TypeScript client, no custom schemas, no
payload builders. Users interact with Datadog via:
- HTTP proxy: createProxyFetch from @major-tech/resource-client/next
- MCP proxy: Datadog's hosted MCP tools auto-surfaced through the
  generic MCP reverse-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant