mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 11:09:05 +08:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user