-
Notifications
You must be signed in to change notification settings - Fork 6
add Hypermode Graph MCP doc #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds documentation and configuration support for the new Hypermode Graph Model Context Protocol (MCP) integration.
- Introduce MCP as an accepted vocabulary term in spelling config
- Add a comprehensive
graph-mcp.mdx
doc covering setup, architecture, and workflows - Register the new doc in
docs.json
navigation
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
styles/config/vocabularies/general/accept.txt | Add regex to accept “MCP” (case-insensitive) |
graphs/graph-mcp.mdx | New MDX file with Hypermode Graph MCP documentation |
docs.json | Add graphs/graph-mcp to the docs navigation menu |
Comments suppressed due to low confidence (1)
graphs/graph-mcp.mdx:199
- Grammar: change
provide
toprovides
to match the singular subjectserver
.
The Hypermode Graph MCP server provide the following tools:
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I pushed some commits to show how to start locally + example queries.
No description provided.