Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_cicd_update.ts•384 B
import { describe, it, expect } from "vitest"; import { GetUpdateInfo } from "../../src/tools/GetUpdateInfo"; describe("Integration: CICD update process", () => { it("reports update info and source versions", async () => { const info = await GetUpdateInfo.run({ includeHistory: false, includeSourceVersions: true, } as any); expect(typeof info).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