Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP-summarization-functions
Claim
by
Braffolk
npm
GitHub
Research & Data
Developer Tools
Knowledge & Memory
TypeScript
MIT License
10
24
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-summarization-functions
.github
__mocks__
src
CONTRIBUTING.md
.gitignore
in_action.png
jest.config.js
jest.setup.ts
LICENSE
.npmrc
package.json
package-lock.json
README.md
tsconfig.json
import { jest } from '@jest/globals'; // Mock console.error to avoid noise in test output jest.spyOn(console, 'error').mockImplementation(() => {}); // Reset all mocks after each test afterEach(() => { jest.clearAllMocks(); });