Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_search_development_tips.ts•595 B
import { describe, it, expect } from "vitest"; import { SearchDevelopmentTips } from "../../src/tools/SearchDevelopmentTips"; describe("search_development_tips tool", () => { it("exposes name, inputSchema, and run() returns array", async () => { expect(SearchDevelopmentTips.name).toBe("search_development_tips"); expect(typeof SearchDevelopmentTips.description).toBe("string"); expect(typeof SearchDevelopmentTips.inputSchema).toBe("object"); const result = await SearchDevelopmentTips.run({ query: "performance", } as any); expect(Array.isArray(result)).toBe(true); }); });

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