MCPcopy
hub / github.com/ecyrbe/zodios / ApiKeyPluginConfig

Interface ApiKeyPluginConfig

examples/dev.to/api-key-plugin.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ZodiosPlugin } from "../../src/index";
4
5export interface ApiKeyPluginConfig {
6 getApiKey: () => Promise<string>;
7}
8
9export function pluginApiKey(provider: ApiKeyPluginConfig): ZodiosPlugin {
10 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected