UNPKG

systemprompt-mcp-core

Version:

A specialized Model Context Protocol (MCP) server that integrates with systemprompt.io to provide powerful prompt management capabilities. This server enables seamless creation, management, and versioning of system prompts and agents through MCP. It works

10 lines (9 loc) 364 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const TOOL_ERROR_MESSAGES: { readonly UNKNOWN_TOOL: "Unknown tool:"; readonly TOOL_CALL_FAILED: "Tool call failed:"; }; export declare const TOOL_RESPONSE_MESSAGES: { readonly ASYNC_PROCESSING: "Request is being processed asynchronously"; }; export declare const TOOLS: Tool[];