Server endpoint information for connecting to an MCP server
{ id: string; displayName?: string; } & ({ type: "command"; command: McpCommandConfig; } | { type: "remote"; remote: McpRemoteConfig; })
An open-source agent framework for building production-ready agentic AI agents
Server endpoint information for connecting to an MCP server
{ id: string; displayName?: string; } & ({ type: "command"; command: McpCommandConfig; } | { type: "remote"; remote: McpRemoteConfig; })
Add Package
deno add jsr:@corespeed/zypher
Import symbol
import { type McpServerEndpoint } from "@corespeed/zypher";
Import directly with a jsr specifier
import { type McpServerEndpoint } from "jsr:@corespeed/zypher";
Add Package
pnpm i jsr:@corespeed/zypher
pnpm dlx jsr add @corespeed/zypher
Import symbol
import { type McpServerEndpoint } from "@corespeed/zypher";
Add Package
yarn add jsr:@corespeed/zypher
yarn dlx jsr add @corespeed/zypher
Import symbol
import { type McpServerEndpoint } from "@corespeed/zypher";
Add Package
vlt install jsr:@corespeed/zypher
Import symbol
import { type McpServerEndpoint } from "@corespeed/zypher";
Add Package
npx jsr add @corespeed/zypher
Import symbol
import { type McpServerEndpoint } from "@corespeed/zypher";
Add Package
bunx jsr add @corespeed/zypher
Import symbol
import { type McpServerEndpoint } from "@corespeed/zypher";