Skip to main content
Glama

mcp-tung-shing

import { Client } from '@modelcontextprotocol/sdk/client/index.js'; import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js'; import { beforeAll, expect, test } from 'vitest'; const transport = new StdioClientTransport({ command: "node", args: ["."] }); const client = new Client({ name: 'test-client', version: '0.0.0', }); beforeAll(async () => { await client.connect(transport); }); test('get-tung-shing', async () => { const resp = await client.callTool({ name: 'get-tung-shing', arguments: { startDate: '2025-01-21' } }) expect(resp.content).toBeInstanceOf(Array); });

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/baranwang/mcp-tung-shing'

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