Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_tools_call.js•622 B
import { describe, it, expect } from "vitest"; import { MCPServer } from "../../src/server/MCPServer"; describe("MCP tools call contract", () => { it("executes a tool and returns content array", async () => { const server = new MCPServer(); const request = { name: "search_api_specs", arguments: { query: "records", }, }; const response = await server.callTool(request); expect(response).toHaveProperty("content"); expect(Array.isArray(response.content)).toBe(true); if ("isError" in response) { expect(response.isError).toBe(false); } }); }); //# sourceMappingURL=test_tools_call.js.map

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/f4ah6o/kntn-dev-mcp'

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