Unable to list MCP tools in Continue.dev #9140
-
|
Hi all. I have been trying like a crazy to have Continue.dev use my GhidrassistMCP server, but it wont use any of the tools 🙁 I have it set up with Claude, and that connection is working. I know the MCP server is up and running - its running locally and responds to basic curl requests. So, does any of you use GhidrassistMCP - or know how I could debug Continue.dev (with VScode on Ubuntu) and figure out how it could work? One thing that seems weird, is that i have made a configuration in the yaml file, but in the gui, i cannot see any MCP servers - and the weird thing is, that the "+" button doesnt do anything. Is this on purpose, or is it a bug maybe? Thanks for reading all of this. The config: `name: My Config models: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I managed to solved it myself. This is a working config: `name: My Config models:
mcpServers:
|
Beta Was this translation helpful? Give feedback.
I managed to solved it myself. This is a working config:
`name: My Config
version: 0.0.1
schema: v1
models:
provider: anthropic
model: claude-sonnet-4-5
apiKey: sk-ant-api03-xxxxxxxxxxxxxxxxx
roles:
defaultCompletionOptions:
promptCaching: false
capabilities:
mcpServers:
type: sse
url: http://127.0.0.1:8080/sse
`