Replies: 5 comments 3 replies
|
Interesting. I'll share this with the team |
0 replies
|
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. |
2 replies
|
See the new OpenAI compatible endpoint https://github.com/microsoftdocs/mcp?tab=readme-ov-file#-the-microsoft-learn-mcp-server-endpoint |
1 reply
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.
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