Listing Associated Server Prompts
Note: Visual UI management for Provider Prompts is currently under active development. Utilizing Prompts currently requires the HasMCP REST API. To understand which conversational templates and logic matrices are actively exposed via standard MCP translation logic to your localized LLMs, you can interrogate the Server abstraction programmatically.Using REST API
Instead of querying the Model Context Protocol stdio client loop, backend engineers can simply verify the HasMCP orchestration database natively.The API Endpoint
GET /servers/{serverId}/prompts
Executing a GET query against this unified directory path triggers HasMCP to output an aggregate ListServerPromptsResponse.
Using Curl
prompts array dictionary, detailing every explicit assignment loop mapped securely to the designated agent runtime environment.