Skip to main content
Glama

get_mcp_version

Check the current version of the MantisBT MCP Server to verify compatibility and track updates for bug tracking integration.

Instructions

Returns the version of this mantisbt-mcp-server instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration and handler definition for the get_mcp_version tool.
    server.registerTool(
      'get_mcp_version',
      {
        title: 'Get MCP Server Version',
        description: 'Returns the version of this mantisbt-mcp-server instance.',
        inputSchema: z.object({}),
        annotations: {
          readOnlyHint: true,
          destructiveHint: false,
          idempotentHint: true,
        },
      },
      async () => ({
        content: [{ type: 'text', text: JSON.stringify({ version: mcpVersion }, null, 2) }],
      }),
    );

Latest Blog Posts

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/dpesch/mantisbt-mcp-server'

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