Commit 2140dd3
feat: replace server instructions with skill resources
Replace the server instructions system with MCP skill resources that
follow the skill:// URI convention for discovery by MCP clients.
Each skill resource covers a domain of tools and provides YAML
frontmatter (name, description, allowed-tools) plus markdown guidance.
All tools remain available by default (all tools mode). Skills provide
contextual guidance that clients can discover via resources/list.
16 skills covering all toolsets: context, repos, issues, pull-requests,
code-security, actions, discussions, projects, notifications, gists,
users-orgs, security-advisories, labels, git, stargazers, copilot.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4bded57 commit 2140dd3
12 files changed
Lines changed: 628 additions & 468 deletions
File tree
- internal/ghmcp
- pkg
- github
- http
- inventory
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments