Marketplace index seed
marketplace_index_seedStart a local package marketplace by generating a protected index JSON with seed and custom entries. Use it before indexing; overwrite protection avoids destroying existing files.
Instructions
Write a guarded starter marketplace index JSON with optional built-in seed entries and custom package entries. Use this before local_marketplace_index when planning a local package marketplace; overwrite=false protects existing index files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | tdmcp-local-marketplace | |
| entries | No | ||
| out_file | Yes | Path to the seed marketplace JSON file to write. | |
| overwrite | No | When false, fail if out_file already exists. | |
| include_builtin_starters | No | Include starter package ideas that can be replaced with real local package paths. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| entries | Yes | ||
| index_path | Yes | ||
| custom_count | Yes | ||
| builtin_count | Yes |