UNPKG

@inso_web/els-mcp

Version:

MCP-сервер поверх INSO Error Logs Service. Read-only tools (search, analytics, fingerprinting, correlations) для подключения Claude Desktop/Code и ChatGPT к логам ошибок. Streamable HTTP transport + stdio для npx-запуска.

10 lines 634 B
export { CACHE_POLICIES, paramsHash, tenantKey, resolvePolicies } from './policies.js'; export type { CacheClass, CachePolicyOverrides } from './policies.js'; export { CacheService, cached } from './wrapper.js'; export type { CacheServiceDeps, CacheOptions } from './wrapper.js'; export { CachedElsClient } from './cachedElsClient.js'; export { RedisService, getRedisService, setRedisServiceForTests, resetRedisSingleton, } from './redis.js'; export type { RedisServiceOptions } from './redis.js'; export type { RequestContext } from './types.js'; export { deriveContextFromKey } from './types.js'; //# sourceMappingURL=index.d.ts.map