Skip to main content
Glama

Kube Core MCP

by Jess321995
plugin.d.ts439 B
import type { Config, PluginCreator } from './types/config' type Plugin = { withOptions<T>( plugin: (options: T) => PluginCreator, config?: (options: T) => Partial<Config> ): { (options: T): { handler: PluginCreator; config?: Partial<Config> }; __isOptionsFunction: true } (plugin: PluginCreator, config?: Partial<Config>): { handler: PluginCreator; config?: Partial<Config> } } declare const plugin: Plugin export = plugin

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jess321995/kube-core-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server