@cyanheads/pubmed-mcp-server
Version:
Production-ready PubMed Model Context Protocol (MCP) server that empowers AI agents and research tools with comprehensive access to PubMed's article database. Enables advanced, automated LLM workflows for searching, retrieving, analyzing, and visualizing
8 lines • 307 B
TypeScript
import type { AuthInfo } from "../lib/authTypes.js";
import type { AuthStrategy } from "./authStrategy.js";
export declare class JwtStrategy implements AuthStrategy {
private readonly secretKey;
constructor();
verify(token: string): Promise<AuthInfo>;
}
//# sourceMappingURL=jwtStrategy.d.ts.map