MCPcopy Create free account
hub / github.com/ShipSecAI/studio / mcp.ts

File mcp.ts

packages/shared/src/mcp.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { z } from 'zod';
2
3// Transport types for MCP server connections
4export const McpTransportTypeSchema = z.enum(['http', 'stdio']);

Callers

nothing calls this directly

Calls 1

recordMethod · 0.65

Tested by

no test coverage detected