Skip to main content
Glama

Nutrient DWS MCP Server

by PSPDFKit
responses.ts488 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js' /** * Creates a success response with a message */ export function createSuccessResponse(message: string): CallToolResult { return { content: [{ type: 'text', text: message }], isError: false, } } /** * Creates an error response with a message */ export function createErrorResponse(message: string): CallToolResult { return { content: [{ type: 'text', text: message }], isError: 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/PSPDFKit/nutrient-dws-mcp-server'

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