@call-e/core
v0.2.1
Published
Shared Call-E runtime helpers for brokered auth, local token cache, and MCP HTTP calls.
Maintainers
Readme
@call-e/core
@call-e/core contains shared Call-E runtime helpers for brokered authentication, private local token cache files, JSON HTTP requests, and MCP streamable HTTP tool calls.
This package is used by Call-E integrations such as @call-e/cli. It is not a standalone CLI, OAuth server, or MCP server.
Modules
import { tokenCachePath } from "@call-e/core/cache";
import { createBrokerSession } from "@call-e/core/broker-client";
import { callMcpTool } from "@call-e/core/mcp-client";Public subpaths:
@call-e/core/constants@call-e/core/config@call-e/core/cache@call-e/core/http@call-e/core/broker-client@call-e/core/mcp-client
Development
pnpm --filter @call-e/core test
pnpm --filter @call-e/core check
pnpm --filter @call-e/core pack:dry-run