Agent skill
mcp-extension-verify
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/MEMORY/ARCHIVE/skills-deprecated/mcp-extension-verify
SKILL.md
required_canon_version: >=3.0.0
Skill: mcp-extension-verify
Version: 0.1.0
Status: Deprecated
DEPRECATED: This skill has been consolidated into
mcp-toolkit. Use{"operation": "verify_extension", ...}with the mcp-toolkit instead.
Trigger
Use when asked to verify the AGS MCP server inside any IDE extension or MCP-compatible client.
Inputs
input.jsonwith:client(string, optional):"vscode","claude", or"generic"(default).entrypoint_substring(string, optional): Relative path to the MCP entrypoint.args(array, optional): Arguments to pass to the entrypoint (default:["--test"]).
Outputs
- Writes
actual.jsonwith:ok(boolean)returncode(number)entrypoint(string, relative path)args(array)client(string)instructions(array of strings)
Constraints
- Must use
CORTEX/query.pyfor file discovery checks. - Must not scan the filesystem directly.
- Must not modify canon or context.
- Any runtime artifacts must stay under allowed roots.
Fixtures
fixtures/basic/
required_canon_version: >=3.0.0
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
0
0
Explore
pipeline-dag-scheduler
0
0
Explore
cortex-summaries
0
0
Explore
llm-packer-smoke
0
0
Explore
artifact-escape-hatch
0
0
Explore
mcp-message-board
0
0
Explore
Didn't find tool you were looking for?