Error while using MCP #447
Unanswered
gaurang-desai
asked this question in
Q&A
Replies: 1 comment
-
@gaurang-desai Can you please try now with the latest version ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am facing this error when I try to use sqlite3 MCP as below:
agent = Agent(instructions="Your are a helpful AI assistant",
llm="llama3.2:latest",
tools=MCP(command= "uv",
args= [
"--directory",
"path\to\mcp-server-root-folder",
"run",
"mcp-server-sqlite",
"--db-path",
".\chinook.db"
]), max_execution_time=100
)
Error from log:
Error in chat completion: Expecting value: line 1 column 1 (char 0)
This does work with cloude desktop as well as cli-host.
Beta Was this translation helpful? Give feedback.
All reactions