yaaif_desktop_tool_package_inspect
Inspect a local command/stdio MCP codebase to propose Package Registry metadata and archive plan. Reads optional yaaif-tool-package.json; does not upload.
Instructions
Inspect a local command/stdio MCP codebase and propose Package Registry metadata + archive plan. Does not upload. Reads optional yaaif-tool-package.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | ||
| platform | No | ||
| tool_key | No | ||
| entrypoint | No | ||
| source_dir | Yes | Absolute path to a command/stdio MCP codebase. | |
| description | No | ||
| interpreter | No | ||
| capabilities | No | ||
| command_args | No | ||
| display_name | No | ||
| env_template | No | ||
| artifact_path | No | Optional prebuilt archive or executable (zip/tar.gz/exe/js). | |
| git_commit_sha | No | Optional git commit SHA for this package version. | |
| git_remote_url | No | Optional remote git URL for this package version. | |
| timeout_seconds | No |