-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
area:mcpRelates to Model Context Protocol (MCP)Relates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: MAC
- Continue version: Latest
- IDE version: latest
- Model:
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: llama3.2:1B-Q4_0
model: ai/llama3.2:1B-Q4_0
provider: openai
apiBase: http://localhost:12434/engines/v1
roles:
- chat
- edit
- apply
- autocomplete
capabilities:
- tool_use
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
- provider: mcp
mcpServers:
- name: mcp_docker
command: docker
args:
- mcp
- gateway
- run
env:
MONGO_URL: mongodb://localhost:27017
OR link to assistant in Continue hub:
Description
When calling any mcp tools
i am getting below error
Error getting context items from mcp-mcp_docker: McpError: MCP error -32603: MCP error -32603: Failed to read resource: Error: HTTP protocol is not allowed when skipTLSVerify is not set or false
, same mcp tools works fine with github copilot
To reproduce
install docker desktop ,
enable beta features models, mcp toolkit
run any llm and select any mcp servers
use above config file to connect and the call any mcp server
Log output
notificationsAlerts.ts:42 Error getting context items from mcp-mcp_docker: McpError: MCP error -32603: MCP error -32603: Failed to read resource: Error: HTTP protocol is not allowed when skipTLSVerify is not set or false
Metadata
Metadata
Assignees
Labels
area:mcpRelates to Model Context Protocol (MCP)Relates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Type
Projects
Status
Todo