docs: add Raven MCP server to the skill#59
Open
oceans404 wants to merge 3 commits into
Open
Conversation
Add Raven (a remote MCP server, open source at kalepail/stellar-raven) as the live companion to the installed skills: - README: new "Raven — live MCP server" section - standards/SKILL.md: mention MCP servers in the frontmatter description and add an "AI & MCP Tools" entry for Raven under Developer Tools - site: include MCPs in the "SEPs, CAPs & Ecosystem" card copy Closes stellar#58 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Raven as a live MCP companion for Stellar skills and documentation.
Changes:
- Documents Raven, its endpoints, tools, playground, and installation command.
- Expands the standards skill and site card to cover MCP resources.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
README.md |
Adds Raven overview and setup instructions. |
skills/standards/SKILL.md |
Adds Raven to developer resources and metadata. |
site/src/data/skills.ts |
Updates ecosystem card copy to mention MCPs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### AI & MCP Tools | ||
|
|
||
| #### Raven | ||
| Remote MCP (Model Context Protocol) server for AI agents — searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also serves these skills. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Define Model Context Protocol before the acronym and replace the em dash with a period in the standards skill AI & MCP Tools entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jeesunikim
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #58.
Adds Raven (a remote MCP server, open source at kalepail/stellar-raven) as the live companion to the installed skills. Framing: the skills give an agent durable, installed best-practice context; Raven is the live, hosted MCP server for on-demand lookups of docs and current ecosystem data (and its catalog serves these skills too).
Changes
descriptionnow mentions MCP servers, and a new "AI & MCP Tools" entry documents Raven under Developer Tools.