FastMCP CLI-as-proxy invocation-target adapter for @skillit/mcp — emits shell-command skills using the fastmcp Python CLI for agents without MCP support
| Tool name | Description | Destructive? |
|---|---|---|
| list_dir | ✓ no | |
| empty_tool | ✓ no | |
| tool_a | ✓ no | |
| tool_b | ✓ no | |
| minimal_tool | ✓ no |
| commented_out | ✓ no | |
| real_tool | ✓ no | |
| in_block | ✓ no | |
| fixture_tool | ✓ no | |
| commented_gap | ✓ no | |
| suffix_tool | ✓ no | |
| string_tool | ✓ no |
{
"mcpServers": {
"skillittarget-fastmcp": {
"command": "npx",
"args": [
"-y",
"@skillit/target-fastmcp"
]
}
}
}