UNPKG

redmine-mcp-tools

Version:

A comprehensive Model Context Protocol (MCP) server for Redmine integration. Provides 25+ specialized tools for complete Redmine API access including issue management, project administration, time tracking, and user management. Built with TypeScript and d

4 lines (3 loc) 210 B
import { TextContentSchema, ImageContentSchema, EmbeddedResourceSchema, } from "@modelcontextprotocol/sdk/types.js"; // SDK re-exports export { TextContentSchema, ImageContentSchema, EmbeddedResourceSchema, };