MCPcopy
hub / github.com/shivammathur/setup-php / ToolConfig

Interface ToolConfig

src/tools.ts:61–74  ·  view source on GitHub ↗

* Partial tool data from tools.json configuration

Source from the content-addressed store, hash-verified

59 * Partial tool data from tools.json configuration
60 */
61interface ToolConfig {
62 tool?: string;
63 repository?: string;
64 type?: string;
65 function?: ToolFunction;
66 alias?: string;
67 domain?: string;
68 extension?: string;
69 fetch_latest?: 'true' | 'false';
70 scope?: string;
71 version_parameter?: string;
72 version_prefix?: string;
73 packagist?: string;
74}
75
76/**
77 * GitHub reference object from API response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected