You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone successfully integrated GitMCP with AnythingLLM ?
I’m looking for any specific configuration tips or working examples.
When I invoke the agent, I get the following error:
Could not respond to message.
400 Invalid schema for function 'openai-cookbook-fetch_openai_cookbook_docs':
In context=(), object schema missing properties.
It seems to be related to the function schema definition, but I’m not sure which property is missing or incorrectly set.
Has anyone encountered this error before?
Any advice on how to debug or correct the schema for GitMCP in this setup would be greatly appreciated.
I'm using AnythingLLM on local PC - win 11
Here’s my current json configuration:
{
"mcpServers": {
"openai-cookbook": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/openai/openai-cookbook"],
"description": "OpenAI Cookbook MCP server with examples and tutorials",
"disabled": false
}
},
"environment": {
"NODE_ENV": "production"
},
"logging": {
"level": "debug"
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone successfully integrated GitMCP with AnythingLLM ?
I’m looking for any specific configuration tips or working examples.
When I invoke the agent, I get the following error:
Could not respond to message.
400 Invalid schema for function 'openai-cookbook-fetch_openai_cookbook_docs':
In context=(), object schema missing properties.
It seems to be related to the function schema definition, but I’m not sure which property is missing or incorrectly set.
Has anyone encountered this error before?
Any advice on how to debug or correct the schema for GitMCP in this setup would be greatly appreciated.
I'm using AnythingLLM on local PC - win 11
Here’s my current json configuration:
{
"mcpServers": {
"openai-cookbook": {
"command": "npx",
"args": ["mcp-remote", "https://gitmcp.io/openai/openai-cookbook"],
"description": "OpenAI Cookbook MCP server with examples and tutorials",
"disabled": false
}
},
"environment": {
"NODE_ENV": "production"
},
"logging": {
"level": "debug"
}
}
Beta Was this translation helpful? Give feedback.
All reactions