Skip to content

Conversation

jkomyno
Copy link
Collaborator

@jkomyno jkomyno commented Sep 17, 2025

draft

Comment on lines +48 to +50
// Retrieve tools.
const tools = await mcpClient.tools();
console.log(`✅ Tools available: ${Object.keys(tools)}\n`);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, it gets stuck here indefinitely.

Try it yourself:

# Terminal tab 1
cd ts/examples/cloudflare-ai
pnpm dev
# Terminal tab 2
curl -L \
  --request GET \
  --url "http://localhost:8787" \
  --header "Content-Type: text/json" | jq

I let it run for as much as 12 minutes, to no avail.

Base automatically changed from feat/sdk-experimental-mcp-2 to next September 23, 2025 09:58
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