-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseModel.__init__( #8
Comments
python -V 3.12 |
Are you building it or installing from pip/uv? if the later, you should update to 0.1.4 which fixes a breaking change in the API. Building it locally should just work also. |
i use npx -y @modelcontextprotocol/inspector uv run search.py |
If you still want to use the inspector:
|
{
"content": [
{
"type": "text",
"text": "BaseModel.init() takes 1 positional argument but 3 were given"
}
],
"isError": true
}
when i try to use query function,something went wrong ,the response : "BaseModel.init() takes 1 positional argument but 3 were given"
The text was updated successfully, but these errors were encountered: