"self" showing up in parameters surfaced to tool calling LLM for mcp agent server #383
Unanswered
arburton89
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@arburton89 great catch! I need to fix this. I've noticed this as well. Will fix by EOD today |
Beta Was this translation helpful? Give feedback.
2 replies
-
Awesome. Thank you!! |
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.
-
Hey! Thanks for the work here -- really enjoying the ideas shared and playing with it.
I'm implementing your "basic_agent_server.py" server dicussed here with LM Studio. When I do so the schema of parameters for the tool (that the tool calling LLM sees in LM Studio) includes "self" which it shouldn't and that's causing issues with the mcp server calls.
Looks like I'd need to modify app_server.py to fix this and most of the examples you share are pretty plug and play. Am I missing something or do you think I'm doing something wrong on my end? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions