ai icon indicating copy to clipboard operation
ai copied to clipboard

Results 55 ai issues
Sort by recently updated
recently updated
newest added

## Issue Description After deploying the remote-mcp-server to Cloudflare, the OAuth flow incorrectly redirects to localhost instead of the production URL. The OAuth callback returns to http://localhost:61576/oauth/callback instead of using...

The code in this repo doesn't show how `safePrompt` affect the outcome. No documentation is provided either in https://developers.cloudflare.com/workers-ai/

I was trying to follow what I thought was the simplest Remote MCP OAuth demo that CloudFlare published: https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server That relies upon the `@modelcontextprotocol/inspector` tool: https://github.com/modelcontextprotocol/inspector/ Unfortunately, that tool currently...

I'm hitting an error during `npm install` which is blocking my use of the repository. ## Repro steps 1. Clone the repository 2. Open the directory with the cloned repo...

* Adds demo for a remote MCP server integrates with [Clerk](https://clerk.com) to be used as an OAuth provider. * Notable differences include changing request parameters to include `scopes` and token...

**Problem:** In the `workers-ai-provider` package, the `convertToWorkersAIChatMessages` function currently pushes an empty string as the system prompt, which causes `@cf/meta/llama-4-scout-17b-16e-instruct` to error. The model API endpoint works fine without a...

Getting going with this: https://github.com/cloudflare/ai/tree/main/demos/agent-task-manager after `npm install`: ``` ➜ agent-task-manager git:(bib/commerce) ✗ npx nx dev agent-task-manager NX Could not find Nx modules in this workspace. Have you run npm/yarn...

### Existing documentation URL(s) 1. https://github.com/cloudflare/ai/blob/main/demos/remote-mcp-server/README.md#deploy-to-cloudflare 2. **(UPDATE NEEDED)** https://github.com/cloudflare/ai/blob/main/demos/remote-mcp-server/static/README.md ## Issue The readme under `/static` diverges from the main README on a crucial point that will lead users to...

WIP * Instead of hosting our own OAuth provider on the same worker, delegates everything to use Clerk as the OAuth provider * Supports dynamic client registration with Clerk *...