Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
function.js572 B
module.exports = class CovFunction { constructor (name, startLine, startCol, endLine, endCol, count) { this.name = name this.startLine = startLine this.startCol = startCol this.endLine = endLine this.endCol = endCol this.count = count } toIstanbul () { const loc = { start: { line: this.startLine, column: this.startCol }, end: { line: this.endLine, column: this.endCol } } return { name: this.name, decl: loc, loc, line: this.startLine } } }

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/waldzellai/mcp-agent-ts'

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