Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_get_update_info.ts•500 B
import { describe, it, expect } from "vitest"; import { GetUpdateInfo } from "../../src/tools/GetUpdateInfo"; describe("get_update_info tool", () => { it("exposes name, inputSchema, and run() returns object", async () => { expect(GetUpdateInfo.name).toBe("get_update_info"); expect(typeof GetUpdateInfo.description).toBe("string"); expect(typeof GetUpdateInfo.inputSchema).toBe("object"); const result = await GetUpdateInfo.run({} as any); expect(typeof result).toBe("object"); }); });

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