Replies: 6 comments 7 replies
-
Yes I am reading into it. So the genaiscript could start a server and expose all scripts and tools could be exposed as "tools". The "prompts" part of the spec is more dicey because it assumes the server returns a rendered set of messages. Genaiscript could also be a host and consume tools/resources. |
Beta Was this translation helpful? Give feedback.
-
A good comparison would be (a) https://microsoft.github.io/genaiscript/blog/support-for-agentic-tools/ vs (b) using https://modelcontextprotocol.io/docs/first-server/python#check-current-weather . With (a), you need to register the tool explicitly (thankfully GenAIScript does most of the legwork for us). |
Beta Was this translation helpful? Give feedback.
-
So here is current thinking for tool support:
|
Beta Was this translation helpful? Give feedback.
-
back for the break... |
Beta Was this translation helpful? Give feedback.
-
Here is a rough demo fo genaiscript consuming servers. https://github.com/microsoft/genaiscript/blob/main/packages/sample/genaisrc/mcp.genai.mts |
Beta Was this translation helpful? Give feedback.
-
https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/ |
Beta Was this translation helpful? Give feedback.
-
Anthropic and co. announced https://modelcontextprotocol.io/introduction today.
It seems to be a very nice way of extending capabilities of LLM in a language neutral way.
Should GenAIScript support it?
Beta Was this translation helpful? Give feedback.
All reactions