Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
22 views

I'm building a voice-assisted navigation feature for my app that would allow users to: Navigate between screens/pages using voice commands Have an AI agent take actions on the current page (clicking ...
Jhutan Debnath's user avatar
Advice
0 votes
0 replies
52 views

I seem to be missing the subtleties in the IDE integration between these two options: Claude Code for VS Code Cursor Models I've been been using Cursor for the Models; I've toggled a few, seems to ...
todd_dsm's user avatar
  • 1,086
-1 votes
1 answer
663 views

I am trying to run claude in the VS code terminal. Claude returns this error message: UNABLE_TO_GET_ISSUER_CERT_LOCALLY. Unable to connect to Anthropic services Failed to connect to api.anthropic....
Ivone Djaja's user avatar
3 votes
1 answer
886 views

I'm trying to use the Claude Code extension, but it fails to initialize. Environment: Extension: 2.0.13 VS Code: 1.105.0 OS: Windows 11 (Windows_NT x64 10.0.26100) Problem: Immediately after ...
Motorboy Shin motorboy's user avatar
-4 votes
1 answer
481 views

MCP server tool descriptions gobble up the token context window in AI agent frameworks like Claude Code. For instance, the GitHub MCP server alone increases the starting context window by ~46k tokens. ...
Paul Razvan Berg's user avatar
0 votes
0 answers
54 views

I want to block all but a specific set of network requests claude can perform. The settings.json I've tried doesn't work: "permissions": { "deny": [ "Bash(curl:*)&...
cloakedninjas's user avatar
0 votes
1 answer
418 views

I'm trying to write a script that keeps the available Bedrock models in sync across multiple accounts (primarily to be sure that we have the same models available in DR as we do in production). I've ...
sihil's user avatar
  • 2,761
1 vote
2 answers
1k views

I'm using Claude 4 via AWS Bedrock and I'm wondering what the correct anthropic_version is. As usual the AWS docs are, well, not great... I have this page, which gives these inference parameters: { ...
Ole Spaarmann's user avatar
0 votes
1 answer
218 views

Problem I was experiencing repeated failures when creating AWS Bedrock Agent action groups using Claude 3.5 Sonnet as the foundation model. The CloudTrail error indicated an APISchemaException with ...
tuffant21's user avatar
  • 499
2 votes
1 answer
1k views

I am developing an MCP server with Node.js, Express /Typecript. The server should receive and process connections from Claude Desktop (client) via HTTP /mcp. The server starts successfully, Claude ...
Ren's user avatar
  • 45
2 votes
1 answer
866 views

We encountered an issue when using your API key: Provider was unable to process your request API error: Request failed with status code 400: { "error": { "message": "claude-...
Adit Ramdas's user avatar
3 votes
2 answers
2k views

I tried to copy the code from MCP's official website(https://www.claudemcp.com/docs/write-ts-server), and I was able to see all the "tools" listed in my Claude desktop, and when I ask ...
user5820240's user avatar
11 votes
2 answers
8k views

I'm using VS Code Copilot AI chat with my Anthropic API Keys. I should be now able to choose Claude Sonnet 4 as an available model but it doesn't show up as an available model. I did try to add it by: ...
Giorgio Bozio's user avatar
11 votes
4 answers
13k views

Instead of going through claude console /login to create a new API key, I would like to use an existing Anthropic API key. How do I get Claude Code to do this? The /login command forces you to ...
Elijas Dapšauskas's user avatar
1 vote
1 answer
561 views

New agent mode for GitHub Copilot extension in VSCode using Claude as LLM is great but I want to try with other models. Even OpenAI model 4o is not working as Agent. I tried with Ollama and OpenRouter ...
Cesar Amadori's user avatar
2 votes
0 answers
766 views

I'm trying to configure and run the Model Context Protocol (MCP) filesystem server using the ModelContextProtocol repository, but I'm encountering an error during setup. Here's the config I'm using in ...
VirtualSquares's user avatar
1 vote
1 answer
94 views

I'm attempting to create a console app to use AWSSDK.Extensions.Bedrock.MEAI with Claude. However, I continue getting the following error: Amazon.BedrockRuntime.Model.ValidationException: The provided ...
Brandon Minnick's user avatar
0 votes
1 answer
3k views

Created an mcp server which calls another local server, trying to fetch this server using its local address (localhost:8000) but then I got this response from the mcp server: {"type": "...
Eylon Shmilovich's user avatar
1 vote
1 answer
6k views

I have the pro version of claude 3.7. I went into claude settings and connected my github account. Confirmed its connected in github. When create a new claude chat, and selecting the github icon. It ...
William Howley's user avatar
0 votes
1 answer
51 views

I am trying to capture a screenshot through my app. It works correctly for the 'Entire Screen' option, but for anything selected in the window or Chrome Tab, then the focus doesn't return to my tab ...
maverickosama92's user avatar
0 votes
0 answers
54 views

When I ask something (including #codebase) Copilot still in searching... forever I ask for example "describe this app #codebase" to Copilot chat in mode Edits with any model (Claude or gpt) ...
Nestor Castagno's user avatar
4 votes
3 answers
14k views

I am trying to invoke the Anthropic Claude Sonnet 3.5 v2 model in AWS Bedrock. Here is my code (in Python using Boto3): import boto3 import json bedrock_runtime = boto3.client(service_name="...
Asfand Qazi's user avatar
  • 7,066
1 vote
1 answer
578 views

I want to build a basic LLM integration with function calling on Amazon Bedrock using Claude in .NET Core. I use the official AWSSDK.BedrockRuntime (version 3.7.412.3) nuget package by AWS. After ...
halllo's user avatar
  • 1,047
0 votes
1 answer
986 views

How do you use prompts stored in prompt management with a single invocation of the model? I setup a prompt with a variable called myInput but the docs don't specify how I can use this other than this ...
Adam's user avatar
  • 4,810
-5 votes
1 answer
1k views

ChatGPT can receive a prompt like so: https://www.chatgpt.com/?q=capital%20of%20france%20 Is there a way to pass a prompt to Claude via the URL? (this would be handy for integration with other ...
stevec's user avatar
  • 55.2k