MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / pingToolPath

Function pingToolPath

e2e/local/toolkits-mcp.test.ts:105–106  ·  view source on GitHub ↗
(integration: string, name: string)

Source from the content-addressed store, hash-verified

103 `${integration}.org.${name}.*`;
104
105const pingToolPath = (integration: string, name: string): string =>
106 `${integration}.org.${name}.ping.getPing`;
107
108const callPingCode = (input: {
109 readonly integration: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected