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

4 lines (3 loc) 248 B
export declare function sendPromptChangedNotification(): Promise<void>; export declare function sendResourceChangedNotification(): Promise<void>; export declare function sendOperationNotification(operation: string, message: string): Promise<void>;