import type { IdentityPlugin } from "./server/plugin.js"; /** * Enable MCP declarations on a server: `.use(mcp())` turns on `.tool()`, `.resource()`, and * `.prompt()`. Applying it twice is a no-op (named plugin dedupe). */ export declare function mcp(): IdentityPlugin; //# sourceMappingURL=mcp.d.ts.map