Skip to content

OAuth flow failure Prisma MCP Server #485

Description

@trungutt

Describe the bug

The OAuth flow fails with Prisma

  1. Create an agent with
#!/usr/bin/env cagent run
version: '2'

agents:
  root:
    model: anthropic/claude-3-5-sonnet-latest
    description: Prisma Expert
    instruction: You are an AI assistant with expertise in the Prisma project's documentation.
    toolsets:
      - type: mcp
        remote:
          url: https://mcp.prisma.io/mcp
          transport_type: streamable
  1. Start running this agent with random question. The OAuth flow seems to pass through, but then subsequent requests fail with 400

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions