Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_dev_tips_scenario.js•472 B
import { describe, it, expect } from "vitest"; import { SearchDevelopmentTips } from "../../src/tools/SearchDevelopmentTips"; describe("Integration: Development tips search scenario", () => { it("finds performance tips with code examples", async () => { const tips = await SearchDevelopmentTips.run({ query: "performance optimization", includeCode: true, }); expect(Array.isArray(tips)).toBe(true); }); }); //# sourceMappingURL=test_dev_tips_scenario.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