Agent skill
mcp-smoke
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-smoke
SKILL.md
required_canon_version: >=3.0.0
Skill: mcp-smoke
Version: 0.1.0
Status: Deprecated
DEPRECATED: This skill has been consolidated into
mcp-toolkit. Use{"operation": "smoke", ...}with the mcp-toolkit instead.
Trigger
Use when asked to verify that the AGS MCP server is runnable (stdio mode) and to perform a quick smoke test.
Inputs
input.jsonwith:entrypoint_substring(string, optional): Relative path to the MCP entrypoint.args(array, optional): Arguments to pass to the entrypoint (default:["--test"]).bridge_smoke(object, optional):enabled(boolean): If true, call the local terminal bridge after the server check.command(string, optional): Command to execute via the bridge.cwd(string, optional): Working directory for the bridge command.timeout_seconds(integer, optional): Bridge request timeout (default: 30).
Outputs
- Writes
actual.jsonwith:ok(boolean)returncode(number)entrypoint(string, relative path)args(array)bridge_smoke(object):enabled(boolean)ok(boolean)exit_code(number, optional)error(string, optional)
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?