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
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "build", "declaration": true, "allowJs": true, "resolveJsonModule": true, "baseUrl": ".", "paths": { "src/*": ["src/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "src/__tests__", "**/*.test.ts"] }