Replies: 5 comments 3 replies
|
Interesting. I'll share this with the team |
|
Thanks for raising this uc (@bucq), the fetch tool was already on our backlog and has now shipped — you can find it by refreshing your the tool cache in your MCP client. Please feel free to let us know if you have any feedback. Thanks again! //cc Pieter de Bruin (@pdebruin) |
|
Amazing work, thanks! I've commented on #44 with a screenshot - but I'm still getting an error. Realise you may not want to compromise your mcp tools for a particular implementation, but in this case I think search would match the pattern of fetch, as all tools will already relate to Microsoft docs. |
|
See the new OpenAI compatible endpoint https://github.com/microsoftdocs/mcp?tab=readme-ov-file#-the-microsoft-learn-mcp-server-endpoint |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is a fantastic project! Is it possible for the ChatGPT connector to adapt to a fixed output format? I believe adapting this MCP's output format would allow more people to use it. Thanks
search tool
The search tool is used by deep research models (and others) to return a list of possibly relevant search results from the data set exposed by your MCP server.
Arguments:
A single query string.
Returns:
An array of objects with the following properties:
id - a unique ID for the document or search result item
title - a string title for the search result item
text - a relevant snippet of text for the search terms
url - a URL to the document or search result item. Useful for citing specific resources in research.
create-an-mcp-server
All reactions