We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyattjoh/jsr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* JSR Client Library
*
* A TypeScript client library for interacting with the JSR (JavaScript Registry) API.
* Provides comprehensive access to package management, scope management, user management,
* and registry operations.
*
* @module
*/
// Export all JSR client functionality
export * from "./src/client.ts";
// Re-export types
export type * from "./src/types.ts";