refactor: replace MCP server with native Gemini CLI extension

Remove the custom MCP server (find_skills/use_skill tools) and
force-invoke GEMINI.md. Gemini CLI natively supports the Agent Skills
format — our skills/ directory works as-is.

GEMINI.md now uses @import to inline using-superpowers content at
session start. Needs testing to verify @import resolves relative
to the extension root.
This commit is contained in:
Jesse Vincent
2026-03-09 18:53:45 -07:00
parent bdd45c70ab
commit c5e6eaf411
8 changed files with 3 additions and 1631 deletions

View File

@@ -1,13 +1,6 @@
{
"name": "superpowers",
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
"version": "3.5.1",
"contextFileName": "GEMINI.md",
"mcpServers": {
"superpowers": {
"command": "node",
"args": ["${extensionPath}${/}mcp-server${/}dist${/}superpowers.js"],
"cwd": "${extensionPath}"
}
}
"version": "5.0.0",
"contextFileName": "GEMINI.md"
}