ryft.health
Check the Ryft MCP server's operational status and configuration state while maintaining security by not exposing sensitive information.
Instructions
Show the Ryft MCP server configuration state without revealing secrets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/mcp/server.ts:104-125 (handler)The 'ryft.health' tool is implemented directly within the server registration block in src/mcp/server.ts, providing the server configuration state.
server.tool( 'ryft.health', 'Show the Ryft MCP server configuration state without revealing secrets.', {}, async () => formatResult({ ok: true, toolFamilies: [ 'customers', 'paymentSessions', 'subscriptions', 'files', 'accounts', 'accountLinks', 'paymentMethods', 'webhooks', 'persons', 'payoutMethods', 'payouts', 'transfers', 'platformFees', 'events',