Skip to main content
Glama

@sanderkooger/mcp-server-ragdocs

testFunction.test.ts311 B
import { expect } from 'chai'; import { sum } from './testFunction.js'; describe('sum function', () => { it('should add two numbers correctly', () => { // Arrange const a = 1; const b = 2; // Act const result = sum(a, b); // Assert expect(result).to.equal(3); }); });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanderkooger/mcp-server-ragdocs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server