@gala-chain/launchpad-mcp-server 5.0.2-beta.1 → 5.0.4-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -21
- package/dist/ai-docs.json +7357 -0
- package/dist/constants/mcpToolNames.d.ts +3 -1
- package/dist/constants/mcpToolNames.d.ts.map +1 -1
- package/dist/constants/mcpToolNames.js +2 -1
- package/dist/constants/mcpToolNames.js.map +1 -1
- package/dist/explain-sdk-usage-ai.json +3445 -0
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/dist/prompts/account.d.ts +24 -0
- package/dist/prompts/account.d.ts.map +1 -0
- package/dist/prompts/account.js +89 -0
- package/dist/prompts/account.js.map +1 -0
- package/dist/prompts/api-keys.d.ts +36 -0
- package/dist/prompts/api-keys.d.ts.map +1 -0
- package/dist/prompts/api-keys.js +251 -0
- package/dist/prompts/api-keys.js.map +1 -0
- package/dist/prompts/auth.d.ts +29 -0
- package/dist/prompts/auth.d.ts.map +1 -0
- package/dist/prompts/auth.js +127 -0
- package/dist/prompts/auth.js.map +1 -0
- package/dist/prompts/balances.d.ts.map +1 -1
- package/dist/prompts/balances.js +17 -17
- package/dist/prompts/balances.js.map +1 -1
- package/dist/prompts/bans.d.ts +23 -0
- package/dist/prompts/bans.d.ts.map +1 -0
- package/dist/prompts/bans.js +82 -0
- package/dist/prompts/bans.js.map +1 -0
- package/dist/prompts/bridge.d.ts +2 -1
- package/dist/prompts/bridge.d.ts.map +1 -1
- package/dist/prompts/bridge.js +91 -227
- package/dist/prompts/bridge.js.map +1 -1
- package/dist/prompts/burns.d.ts +30 -0
- package/dist/prompts/burns.d.ts.map +1 -0
- package/dist/prompts/burns.js +127 -0
- package/dist/prompts/burns.js.map +1 -0
- package/dist/prompts/chat-messages.d.ts +21 -0
- package/dist/prompts/chat-messages.d.ts.map +1 -0
- package/dist/prompts/chat-messages.js +103 -0
- package/dist/prompts/chat-messages.js.map +1 -0
- package/dist/prompts/chat.d.ts +67 -0
- package/dist/prompts/chat.d.ts.map +1 -0
- package/dist/prompts/chat.js +355 -0
- package/dist/prompts/chat.js.map +1 -0
- package/dist/prompts/comments.d.ts +29 -0
- package/dist/prompts/comments.d.ts.map +1 -0
- package/dist/prompts/comments.js +133 -0
- package/dist/prompts/comments.js.map +1 -0
- package/dist/prompts/content-flags.d.ts +29 -0
- package/dist/prompts/content-flags.d.ts.map +1 -0
- package/dist/prompts/content-flags.js +248 -0
- package/dist/prompts/content-flags.js.map +1 -0
- package/dist/prompts/content-reactions.d.ts +29 -0
- package/dist/prompts/content-reactions.d.ts.map +1 -0
- package/dist/prompts/content-reactions.js +77 -0
- package/dist/prompts/content-reactions.js.map +1 -0
- package/dist/prompts/create-token.d.ts.map +1 -1
- package/dist/prompts/create-token.js +11 -18
- package/dist/prompts/create-token.js.map +1 -1
- package/dist/prompts/dex-trading.d.ts.map +1 -1
- package/dist/prompts/dex-trading.js +11 -42
- package/dist/prompts/dex-trading.js.map +1 -1
- package/dist/prompts/discover-tokens.d.ts.map +1 -1
- package/dist/prompts/discover-tokens.js +11 -26
- package/dist/prompts/discover-tokens.js.map +1 -1
- package/dist/prompts/event-subscriptions.d.ts +45 -0
- package/dist/prompts/event-subscriptions.d.ts.map +1 -0
- package/dist/prompts/event-subscriptions.js +330 -0
- package/dist/prompts/event-subscriptions.js.map +1 -0
- package/dist/prompts/explore-dex-pools.d.ts +2 -0
- package/dist/prompts/explore-dex-pools.d.ts.map +1 -1
- package/dist/prompts/explore-dex-pools.js +26 -104
- package/dist/prompts/explore-dex-pools.js.map +1 -1
- package/dist/prompts/factories/balance-prompt-factory.d.ts +102 -0
- package/dist/prompts/factories/balance-prompt-factory.d.ts.map +1 -0
- package/dist/prompts/factories/balance-prompt-factory.js +176 -0
- package/dist/prompts/factories/balance-prompt-factory.js.map +1 -0
- package/dist/prompts/factories/ban-management-factory.d.ts +90 -0
- package/dist/prompts/factories/ban-management-factory.d.ts.map +1 -0
- package/dist/prompts/factories/ban-management-factory.js +330 -0
- package/dist/prompts/factories/ban-management-factory.js.map +1 -0
- package/dist/prompts/factories/calculation-prompt-factory.d.ts +119 -0
- package/dist/prompts/factories/calculation-prompt-factory.d.ts.map +1 -0
- package/dist/prompts/factories/calculation-prompt-factory.js +183 -0
- package/dist/prompts/factories/calculation-prompt-factory.js.map +1 -0
- package/dist/prompts/factories/discovery-prompt-factory.d.ts +135 -0
- package/dist/prompts/factories/discovery-prompt-factory.d.ts.map +1 -0
- package/dist/prompts/factories/discovery-prompt-factory.js +240 -0
- package/dist/prompts/factories/discovery-prompt-factory.js.map +1 -0
- package/dist/prompts/factories/event-subscription-factory.d.ts +177 -0
- package/dist/prompts/factories/event-subscription-factory.d.ts.map +1 -0
- package/dist/prompts/factories/event-subscription-factory.js +329 -0
- package/dist/prompts/factories/event-subscription-factory.js.map +1 -0
- package/dist/prompts/factories/filtered-list-prompt-factory.d.ts +95 -0
- package/dist/prompts/factories/filtered-list-prompt-factory.d.ts.map +1 -0
- package/dist/prompts/factories/filtered-list-prompt-factory.js +147 -0
- package/dist/prompts/factories/filtered-list-prompt-factory.js.map +1 -0
- package/dist/prompts/factories/index.d.ts +33 -0
- package/dist/prompts/factories/index.d.ts.map +1 -0
- package/dist/prompts/factories/index.js +91 -0
- package/dist/prompts/factories/index.js.map +1 -0
- package/dist/prompts/factories/invite-management-factory.d.ts +88 -0
- package/dist/prompts/factories/invite-management-factory.d.ts.map +1 -0
- package/dist/prompts/factories/invite-management-factory.js +262 -0
- package/dist/prompts/factories/invite-management-factory.js.map +1 -0
- package/dist/prompts/factories/reaction-prompt-factory.d.ts +81 -0
- package/dist/prompts/factories/reaction-prompt-factory.d.ts.map +1 -0
- package/dist/prompts/factories/reaction-prompt-factory.js +188 -0
- package/dist/prompts/factories/reaction-prompt-factory.js.map +1 -0
- package/dist/prompts/factories/simple-operation-factory.d.ts +166 -0
- package/dist/prompts/factories/simple-operation-factory.d.ts.map +1 -0
- package/dist/prompts/factories/simple-operation-factory.js +218 -0
- package/dist/prompts/factories/simple-operation-factory.js.map +1 -0
- package/dist/prompts/index.d.ts +31 -6
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +136 -5
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/locks.d.ts.map +1 -1
- package/dist/prompts/locks.js +32 -56
- package/dist/prompts/locks.js.map +1 -1
- package/dist/prompts/moderators.d.ts +22 -0
- package/dist/prompts/moderators.d.ts.map +1 -0
- package/dist/prompts/moderators.js +62 -0
- package/dist/prompts/moderators.js.map +1 -0
- package/dist/prompts/monitoring.d.ts +3 -1
- package/dist/prompts/monitoring.d.ts.map +1 -1
- package/dist/prompts/monitoring.js +52 -140
- package/dist/prompts/monitoring.js.map +1 -1
- package/dist/prompts/overseers.d.ts +34 -0
- package/dist/prompts/overseers.d.ts.map +1 -0
- package/dist/prompts/overseers.js +117 -0
- package/dist/prompts/overseers.js.map +1 -0
- package/dist/prompts/pools.d.ts +22 -20
- package/dist/prompts/pools.d.ts.map +1 -1
- package/dist/prompts/pools.js +150 -251
- package/dist/prompts/pools.js.map +1 -1
- package/dist/prompts/portfolio.d.ts.map +1 -1
- package/dist/prompts/portfolio.js +1 -9
- package/dist/prompts/portfolio.js.map +1 -1
- package/dist/prompts/prompt-factories.d.ts +179 -0
- package/dist/prompts/prompt-factories.d.ts.map +1 -0
- package/dist/prompts/prompt-factories.js +230 -0
- package/dist/prompts/prompt-factories.js.map +1 -0
- package/dist/prompts/referrals.d.ts +27 -0
- package/dist/prompts/referrals.d.ts.map +1 -0
- package/dist/prompts/referrals.js +176 -0
- package/dist/prompts/referrals.js.map +1 -0
- package/dist/prompts/streaming.d.ts +84 -0
- package/dist/prompts/streaming.d.ts.map +1 -0
- package/dist/prompts/streaming.js +411 -0
- package/dist/prompts/streaming.js.map +1 -0
- package/dist/prompts/tier1-bridge-operations.d.ts +30 -0
- package/dist/prompts/tier1-bridge-operations.d.ts.map +1 -0
- package/dist/prompts/tier1-bridge-operations.js +634 -0
- package/dist/prompts/tier1-bridge-operations.js.map +1 -0
- package/dist/prompts/tier1-liquidity-management.d.ts +30 -0
- package/dist/prompts/tier1-liquidity-management.d.ts.map +1 -0
- package/dist/prompts/tier1-liquidity-management.js +560 -0
- package/dist/prompts/tier1-liquidity-management.js.map +1 -0
- package/dist/prompts/tier1-pool-discovery.d.ts +30 -0
- package/dist/prompts/tier1-pool-discovery.d.ts.map +1 -0
- package/dist/prompts/tier1-pool-discovery.js +221 -0
- package/dist/prompts/tier1-pool-discovery.js.map +1 -0
- package/dist/prompts/tier1-price-history.d.ts +30 -0
- package/dist/prompts/tier1-price-history.d.ts.map +1 -0
- package/dist/prompts/tier1-price-history.js +429 -0
- package/dist/prompts/tier1-price-history.js.map +1 -0
- package/dist/prompts/tier1-token-analysis.d.ts +30 -0
- package/dist/prompts/tier1-token-analysis.d.ts.map +1 -0
- package/dist/prompts/tier1-token-analysis.js +376 -0
- package/dist/prompts/tier1-token-analysis.js.map +1 -0
- package/dist/prompts/tier2-account-setup.d.ts +24 -0
- package/dist/prompts/tier2-account-setup.d.ts.map +1 -0
- package/dist/prompts/tier2-account-setup.js +206 -0
- package/dist/prompts/tier2-account-setup.js.map +1 -0
- package/dist/prompts/tier2-advanced-liquidity.d.ts +24 -0
- package/dist/prompts/tier2-advanced-liquidity.d.ts.map +1 -0
- package/dist/prompts/tier2-advanced-liquidity.js +298 -0
- package/dist/prompts/tier2-advanced-liquidity.js.map +1 -0
- package/dist/prompts/tier2-asset-management.d.ts +25 -0
- package/dist/prompts/tier2-asset-management.d.ts.map +1 -0
- package/dist/prompts/tier2-asset-management.js +246 -0
- package/dist/prompts/tier2-asset-management.js.map +1 -0
- package/dist/prompts/tier2-token-lifecycle.d.ts +25 -0
- package/dist/prompts/tier2-token-lifecycle.d.ts.map +1 -0
- package/dist/prompts/tier2-token-lifecycle.js +241 -0
- package/dist/prompts/tier2-token-lifecycle.js.map +1 -0
- package/dist/prompts/tier3-community-engagement.d.ts +26 -0
- package/dist/prompts/tier3-community-engagement.d.ts.map +1 -0
- package/dist/prompts/tier3-community-engagement.js +610 -0
- package/dist/prompts/tier3-community-engagement.js.map +1 -0
- package/dist/prompts/tier3-moderation-workflows.d.ts +31 -0
- package/dist/prompts/tier3-moderation-workflows.d.ts.map +1 -0
- package/dist/prompts/tier3-moderation-workflows.js +511 -0
- package/dist/prompts/tier3-moderation-workflows.js.map +1 -0
- package/dist/prompts/tier3-streaming-management.d.ts +26 -0
- package/dist/prompts/tier3-streaming-management.d.ts.map +1 -0
- package/dist/prompts/tier3-streaming-management.js +797 -0
- package/dist/prompts/tier3-streaming-management.js.map +1 -0
- package/dist/prompts/token-bans.d.ts +27 -0
- package/dist/prompts/token-bans.d.ts.map +1 -0
- package/dist/prompts/token-bans.js +77 -0
- package/dist/prompts/token-bans.js.map +1 -0
- package/dist/prompts/trades.d.ts +22 -0
- package/dist/prompts/trades.d.ts.map +1 -0
- package/dist/prompts/trades.js +107 -0
- package/dist/prompts/trades.js.map +1 -0
- package/dist/prompts/trading-calculations.d.ts +3 -1
- package/dist/prompts/trading-calculations.d.ts.map +1 -1
- package/dist/prompts/trading-calculations.js +134 -270
- package/dist/prompts/trading-calculations.js.map +1 -1
- package/dist/prompts/trading.d.ts +10 -1
- package/dist/prompts/trading.d.ts.map +1 -1
- package/dist/prompts/trading.js +128 -2
- package/dist/prompts/trading.js.map +1 -1
- package/dist/prompts/transfers.d.ts +2 -1
- package/dist/prompts/transfers.d.ts.map +1 -1
- package/dist/prompts/transfers.js +26 -30
- package/dist/prompts/transfers.js.map +1 -1
- package/dist/prompts/uploads.d.ts +19 -0
- package/dist/prompts/uploads.d.ts.map +1 -0
- package/dist/prompts/uploads.js +114 -0
- package/dist/prompts/uploads.js.map +1 -0
- package/dist/prompts/utility-tools.d.ts.map +1 -1
- package/dist/prompts/utility-tools.js +27 -18
- package/dist/prompts/utility-tools.js.map +1 -1
- package/dist/prompts/utils/index.d.ts +21 -0
- package/dist/prompts/utils/index.d.ts.map +1 -0
- package/dist/prompts/utils/index.js +38 -0
- package/dist/prompts/utils/index.js.map +1 -0
- package/dist/prompts/utils/pagination-helpers.d.ts +95 -0
- package/dist/prompts/utils/pagination-helpers.d.ts.map +1 -0
- package/dist/prompts/utils/pagination-helpers.js +121 -0
- package/dist/prompts/utils/pagination-helpers.js.map +1 -0
- package/dist/prompts/utils/workflowTemplates.d.ts.map +1 -1
- package/dist/prompts/utils/workflowTemplates.js +4 -3
- package/dist/prompts/utils/workflowTemplates.js.map +1 -1
- package/dist/prompts/wallet.d.ts +24 -0
- package/dist/prompts/wallet.d.ts.map +1 -0
- package/dist/prompts/wallet.js +139 -0
- package/dist/prompts/wallet.js.map +1 -0
- package/dist/schemas/common-schemas.d.ts +890 -0
- package/dist/schemas/common-schemas.d.ts.map +1 -1
- package/dist/schemas/common-schemas.js +853 -1
- package/dist/schemas/common-schemas.js.map +1 -1
- package/dist/server.d.ts +31 -3
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +68 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/api-keys/index.d.ts +41 -0
- package/dist/tools/api-keys/index.d.ts.map +1 -0
- package/dist/tools/api-keys/index.js +245 -0
- package/dist/tools/api-keys/index.js.map +1 -0
- package/dist/tools/auth/index.d.ts +19 -0
- package/dist/tools/auth/index.d.ts.map +1 -0
- package/dist/tools/auth/index.js +138 -0
- package/dist/tools/auth/index.js.map +1 -0
- package/dist/tools/balance/helpers/format-balance.d.ts +86 -0
- package/dist/tools/balance/helpers/format-balance.d.ts.map +1 -0
- package/dist/tools/balance/helpers/format-balance.js +87 -0
- package/dist/tools/balance/helpers/format-balance.js.map +1 -0
- package/dist/tools/balance/index.d.ts +4 -4
- package/dist/tools/balance/index.d.ts.map +1 -1
- package/dist/tools/balance/index.js +64 -176
- package/dist/tools/balance/index.js.map +1 -1
- package/dist/tools/ban/index.d.ts +37 -0
- package/dist/tools/ban/index.d.ts.map +1 -0
- package/dist/tools/ban/index.js +206 -0
- package/dist/tools/ban/index.js.map +1 -0
- package/dist/tools/bridge/helpers/bridgeable-token-tools.d.ts +87 -0
- package/dist/tools/bridge/helpers/bridgeable-token-tools.d.ts.map +1 -0
- package/dist/tools/bridge/helpers/bridgeable-token-tools.js +130 -0
- package/dist/tools/bridge/helpers/bridgeable-token-tools.js.map +1 -0
- package/dist/tools/bridge/helpers/external-chain-balance-tools.d.ts +87 -0
- package/dist/tools/bridge/helpers/external-chain-balance-tools.d.ts.map +1 -0
- package/dist/tools/bridge/helpers/external-chain-balance-tools.js +167 -0
- package/dist/tools/bridge/helpers/external-chain-balance-tools.js.map +1 -0
- package/dist/tools/bridge/index.d.ts +3 -7
- package/dist/tools/bridge/index.d.ts.map +1 -1
- package/dist/tools/bridge/index.js +89 -371
- package/dist/tools/bridge/index.js.map +1 -1
- package/dist/tools/burns/index.d.ts.map +1 -1
- package/dist/tools/burns/index.js +8 -36
- package/dist/tools/burns/index.js.map +1 -1
- package/dist/tools/chat/getPinnedChatMessage.d.ts +15 -0
- package/dist/tools/chat/getPinnedChatMessage.d.ts.map +1 -0
- package/dist/tools/chat/getPinnedChatMessage.js +37 -0
- package/dist/tools/chat/getPinnedChatMessage.js.map +1 -0
- package/dist/tools/chat/index.d.ts +73 -0
- package/dist/tools/chat/index.d.ts.map +1 -0
- package/dist/tools/chat/index.js +359 -0
- package/dist/tools/chat/index.js.map +1 -0
- package/dist/tools/chat/pinChatMessage.d.ts +16 -0
- package/dist/tools/chat/pinChatMessage.d.ts.map +1 -0
- package/dist/tools/chat/pinChatMessage.js +51 -0
- package/dist/tools/chat/pinChatMessage.js.map +1 -0
- package/dist/tools/chat/unpinChatMessage.d.ts +16 -0
- package/dist/tools/chat/unpinChatMessage.d.ts.map +1 -0
- package/dist/tools/chat/unpinChatMessage.js +39 -0
- package/dist/tools/chat/unpinChatMessage.js.map +1 -0
- package/dist/tools/chat-messages/index.d.ts +35 -0
- package/dist/tools/chat-messages/index.d.ts.map +1 -0
- package/dist/tools/chat-messages/index.js +165 -0
- package/dist/tools/chat-messages/index.js.map +1 -0
- package/dist/tools/comments/index.d.ts +44 -0
- package/dist/tools/comments/index.d.ts.map +1 -0
- package/dist/tools/comments/index.js +171 -0
- package/dist/tools/comments/index.js.map +1 -0
- package/dist/tools/content-flags/index.d.ts +38 -0
- package/dist/tools/content-flags/index.d.ts.map +1 -0
- package/dist/tools/content-flags/index.js +282 -0
- package/dist/tools/content-flags/index.js.map +1 -0
- package/dist/tools/content-reactions/index.d.ts +43 -0
- package/dist/tools/content-reactions/index.d.ts.map +1 -0
- package/dist/tools/content-reactions/index.js +135 -0
- package/dist/tools/content-reactions/index.js.map +1 -0
- package/dist/tools/creation/index.d.ts.map +1 -1
- package/dist/tools/creation/index.js +2 -5
- package/dist/tools/creation/index.js.map +1 -1
- package/dist/tools/dex/fetchAllDexPools.d.ts.map +1 -1
- package/dist/tools/dex/fetchAllDexPools.js +5 -21
- package/dist/tools/dex/fetchAllDexPools.js.map +1 -1
- package/dist/tools/dex/fetchDexPools.d.ts.map +1 -1
- package/dist/tools/dex/fetchDexPools.js +11 -28
- package/dist/tools/dex/fetchDexPools.js.map +1 -1
- package/dist/tools/dex/helpers.d.ts +479 -0
- package/dist/tools/dex/helpers.d.ts.map +1 -0
- package/dist/tools/dex/helpers.js +570 -0
- package/dist/tools/dex/helpers.js.map +1 -0
- package/dist/tools/dex/index.d.ts +50 -11
- package/dist/tools/dex/index.d.ts.map +1 -1
- package/dist/tools/dex/index.js +124 -486
- package/dist/tools/dex/index.js.map +1 -1
- package/dist/tools/dex/leaderboard.d.ts.map +1 -1
- package/dist/tools/dex/leaderboard.js +5 -70
- package/dist/tools/dex/leaderboard.js.map +1 -1
- package/dist/tools/dex/liquidity-positions.d.ts.map +1 -1
- package/dist/tools/dex/liquidity-positions.js +20 -91
- package/dist/tools/dex/liquidity-positions.js.map +1 -1
- package/dist/tools/dex/volume.d.ts.map +1 -1
- package/dist/tools/dex/volume.js +6 -21
- package/dist/tools/dex/volume.js.map +1 -1
- package/dist/tools/dex-analytics/index.d.ts +48 -0
- package/dist/tools/dex-analytics/index.d.ts.map +1 -0
- package/dist/tools/dex-analytics/index.js +111 -0
- package/dist/tools/dex-analytics/index.js.map +1 -0
- package/dist/tools/dex-liquidity/index.d.ts +22 -0
- package/dist/tools/dex-liquidity/index.d.ts.map +1 -0
- package/dist/tools/dex-liquidity/index.js +384 -0
- package/dist/tools/dex-liquidity/index.js.map +1 -0
- package/dist/tools/dex-pools/index.d.ts +60 -0
- package/dist/tools/dex-pools/index.d.ts.map +1 -0
- package/dist/tools/dex-pools/index.js +231 -0
- package/dist/tools/dex-pools/index.js.map +1 -0
- package/dist/tools/handler-factories.d.ts +1401 -0
- package/dist/tools/handler-factories.d.ts.map +1 -0
- package/dist/tools/handler-factories.js +1680 -0
- package/dist/tools/handler-factories.js.map +1 -0
- package/dist/tools/index.d.ts +1 -11
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +171 -27
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/locks/index.d.ts +2 -0
- package/dist/tools/locks/index.d.ts.map +1 -1
- package/dist/tools/locks/index.js +9 -86
- package/dist/tools/locks/index.js.map +1 -1
- package/dist/tools/moderators/index.d.ts +53 -0
- package/dist/tools/moderators/index.d.ts.map +1 -0
- package/dist/tools/moderators/index.js +258 -0
- package/dist/tools/moderators/index.js.map +1 -0
- package/dist/tools/overseers/getOverseerUserSummary.d.ts +15 -0
- package/dist/tools/overseers/getOverseerUserSummary.d.ts.map +1 -0
- package/dist/tools/overseers/getOverseerUserSummary.js +40 -0
- package/dist/tools/overseers/getOverseerUserSummary.js.map +1 -0
- package/dist/tools/overseers/index.d.ts +58 -0
- package/dist/tools/overseers/index.d.ts.map +1 -0
- package/dist/tools/overseers/index.js +325 -0
- package/dist/tools/overseers/index.js.map +1 -0
- package/dist/tools/overseers/listOverseerUsers.d.ts +15 -0
- package/dist/tools/overseers/listOverseerUsers.d.ts.map +1 -0
- package/dist/tools/overseers/listOverseerUsers.js +76 -0
- package/dist/tools/overseers/listOverseerUsers.js.map +1 -0
- package/dist/tools/pagination-handler-factory.d.ts +131 -0
- package/dist/tools/pagination-handler-factory.d.ts.map +1 -0
- package/dist/tools/pagination-handler-factory.js +159 -0
- package/dist/tools/pagination-handler-factory.js.map +1 -0
- package/dist/tools/pools/checkPoolExists.d.ts +16 -0
- package/dist/tools/pools/checkPoolExists.d.ts.map +1 -0
- package/dist/tools/pools/checkPoolExists.js +48 -0
- package/dist/tools/pools/checkPoolExists.js.map +1 -0
- package/dist/tools/pools/fetchAllPools.d.ts.map +1 -1
- package/dist/tools/pools/fetchAllPools.js +51 -11
- package/dist/tools/pools/fetchAllPools.js.map +1 -1
- package/dist/tools/pools/fetchAllPriceHistory.d.ts.map +1 -1
- package/dist/tools/pools/fetchAllPriceHistory.js +11 -51
- package/dist/tools/pools/fetchAllPriceHistory.js.map +1 -1
- package/dist/tools/pools/fetchPoolDetails.d.ts.map +1 -1
- package/dist/tools/pools/fetchPoolDetails.js +4 -11
- package/dist/tools/pools/fetchPoolDetails.js.map +1 -1
- package/dist/tools/pools/fetchPools.d.ts.map +1 -1
- package/dist/tools/pools/fetchPools.js +40 -20
- package/dist/tools/pools/fetchPools.js.map +1 -1
- package/dist/tools/pools/fetchPriceHistory.d.ts.map +1 -1
- package/dist/tools/pools/fetchPriceHistory.js +10 -51
- package/dist/tools/pools/fetchPriceHistory.js.map +1 -1
- package/dist/tools/pools/fetchTokenDetails.d.ts.map +1 -1
- package/dist/tools/pools/fetchTokenDetails.js +4 -35
- package/dist/tools/pools/fetchTokenDetails.js.map +1 -1
- package/dist/tools/pools/index.d.ts +2 -0
- package/dist/tools/pools/index.d.ts.map +1 -1
- package/dist/tools/pools/index.js +103 -35
- package/dist/tools/pools/index.js.map +1 -1
- package/dist/tools/pools/onDexPoolCreation.d.ts +1 -2
- package/dist/tools/pools/onDexPoolCreation.d.ts.map +1 -1
- package/dist/tools/pools/onDexPoolCreation.js +14 -48
- package/dist/tools/pools/onDexPoolCreation.js.map +1 -1
- package/dist/tools/pools/onLaunchpadTokenCreation.d.ts +1 -2
- package/dist/tools/pools/onLaunchpadTokenCreation.d.ts.map +1 -1
- package/dist/tools/pools/onLaunchpadTokenCreation.js +9 -42
- package/dist/tools/pools/onLaunchpadTokenCreation.js.map +1 -1
- package/dist/tools/pools/priceHistoryFactory.d.ts +44 -0
- package/dist/tools/pools/priceHistoryFactory.d.ts.map +1 -0
- package/dist/tools/pools/priceHistoryFactory.js +154 -0
- package/dist/tools/pools/priceHistoryFactory.js.map +1 -0
- package/dist/tools/pools/updateTokenSocials.d.ts +16 -0
- package/dist/tools/pools/updateTokenSocials.d.ts.map +1 -0
- package/dist/tools/pools/updateTokenSocials.js +84 -0
- package/dist/tools/pools/updateTokenSocials.js.map +1 -0
- package/dist/tools/referrals/index.d.ts +12 -0
- package/dist/tools/referrals/index.d.ts.map +1 -0
- package/dist/tools/referrals/index.js +110 -0
- package/dist/tools/referrals/index.js.map +1 -0
- package/dist/tools/streaming/index.d.ts +94 -0
- package/dist/tools/streaming/index.d.ts.map +1 -0
- package/dist/tools/streaming/index.js +549 -0
- package/dist/tools/streaming/index.js.map +1 -0
- package/dist/tools/streaming/setNextLiveStreamCountdown.d.ts +16 -0
- package/dist/tools/streaming/setNextLiveStreamCountdown.d.ts.map +1 -0
- package/dist/tools/streaming/setNextLiveStreamCountdown.js +62 -0
- package/dist/tools/streaming/setNextLiveStreamCountdown.js.map +1 -0
- package/dist/tools/token-ban/index.d.ts +39 -0
- package/dist/tools/token-ban/index.d.ts.map +1 -0
- package/dist/tools/token-ban/index.js +177 -0
- package/dist/tools/token-ban/index.js.map +1 -0
- package/dist/tools/tool-factory.d.ts +84 -0
- package/dist/tools/tool-factory.d.ts.map +1 -0
- package/dist/tools/tool-factory.js +135 -0
- package/dist/tools/tool-factory.js.map +1 -0
- package/dist/tools/trades/index.d.ts +20 -0
- package/dist/tools/trades/index.d.ts.map +1 -0
- package/dist/tools/trades/index.js +113 -0
- package/dist/tools/trades/index.js.map +1 -0
- package/dist/tools/trading/helpers/arg-extractors.d.ts +128 -0
- package/dist/tools/trading/helpers/arg-extractors.d.ts.map +1 -0
- package/dist/tools/trading/helpers/arg-extractors.js +215 -0
- package/dist/tools/trading/helpers/arg-extractors.js.map +1 -0
- package/dist/tools/trading/helpers/index.d.ts +8 -0
- package/dist/tools/trading/helpers/index.d.ts.map +1 -0
- package/dist/tools/trading/helpers/index.js +24 -0
- package/dist/tools/trading/helpers/index.js.map +1 -0
- package/dist/tools/trading/helpers/trading-schemas.d.ts +276 -0
- package/dist/tools/trading/helpers/trading-schemas.d.ts.map +1 -0
- package/dist/tools/trading/helpers/trading-schemas.js +310 -0
- package/dist/tools/trading/helpers/trading-schemas.js.map +1 -0
- package/dist/tools/trading/index.d.ts +2 -0
- package/dist/tools/trading/index.d.ts.map +1 -1
- package/dist/tools/trading/index.js +148 -371
- package/dist/tools/trading/index.js.map +1 -1
- package/dist/tools/transfers/index.d.ts +3 -0
- package/dist/tools/transfers/index.d.ts.map +1 -1
- package/dist/tools/transfers/index.js +72 -52
- package/dist/tools/transfers/index.js.map +1 -1
- package/dist/tools/utils/cleanup.d.ts.map +1 -1
- package/dist/tools/utils/cleanup.js +2 -9
- package/dist/tools/utils/cleanup.js.map +1 -1
- package/dist/tools/utils/clearCache.d.ts.map +1 -1
- package/dist/tools/utils/clearCache.js +5 -7
- package/dist/tools/utils/clearCache.js.map +1 -1
- package/dist/tools/utils/explainSdkUsage.d.ts +52 -0
- package/dist/tools/utils/explainSdkUsage.d.ts.map +1 -1
- package/dist/tools/utils/explainSdkUsage.js +1905 -93
- package/dist/tools/utils/explainSdkUsage.js.map +1 -1
- package/dist/tools/utils/getEthereumAddressFromPrivateKey.d.ts.map +1 -1
- package/dist/tools/utils/getEthereumAddressFromPrivateKey.js +2 -1
- package/dist/tools/utils/getEthereumAddressFromPrivateKey.js.map +1 -1
- package/dist/tools/utils/index.d.ts +2 -0
- package/dist/tools/utils/index.d.ts.map +1 -1
- package/dist/tools/utils/index.js +2 -12
- package/dist/tools/utils/index.js.map +1 -1
- package/dist/tools/wallet/index.d.ts +7 -0
- package/dist/tools/wallet/index.d.ts.map +1 -0
- package/dist/tools/wallet/index.js +24 -0
- package/dist/tools/wallet/index.js.map +1 -0
- package/dist/utils/date-converter.d.ts +58 -0
- package/dist/utils/date-converter.d.ts.map +1 -0
- package/dist/utils/date-converter.js +83 -0
- package/dist/utils/date-converter.js.map +1 -0
- package/dist/utils/pool-filter-builder.d.ts +78 -0
- package/dist/utils/pool-filter-builder.d.ts.map +1 -0
- package/dist/utils/pool-filter-builder.js +130 -0
- package/dist/utils/pool-filter-builder.js.map +1 -0
- package/dist/utils/safe-parsers.d.ts +87 -0
- package/dist/utils/safe-parsers.d.ts.map +1 -0
- package/dist/utils/safe-parsers.js +134 -0
- package/dist/utils/safe-parsers.js.map +1 -0
- package/dist/utils/validation.d.ts +5 -5
- package/dist/utils/validation.d.ts.map +1 -1
- package/dist/utils/validation.js +24 -21
- package/dist/utils/validation.js.map +1 -1
- package/package.json +23 -15
- package/.env.example +0 -21
- package/.eslintrc.json +0 -88
- package/CHANGELOG.md +0 -2161
- package/DOCS_AUDIT_REPORT.md +0 -189
- package/DRY_REFACTORING_GUIDE.md +0 -271
- package/MCP_COVERAGE_REPORT.md +0 -164
- package/MCP_TEST_ANALYSIS.md +0 -317
- package/jest.integration.config.js +0 -70
- package/scripts/inject-version.ts +0 -31
- package/scripts/validate-mcp-test-analysis.ts +0 -250
|
@@ -0,0 +1,610 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Tier 3 Workflow: Community Engagement & Reactions
|
|
4
|
+
*
|
|
5
|
+
* Comprehensive workflow for community comments, reactions, and engagement metrics.
|
|
6
|
+
* Designed for community managers and content creators.
|
|
7
|
+
*
|
|
8
|
+
* Slash commands:
|
|
9
|
+
* - /galachain-launchpad:post-comments
|
|
10
|
+
* - /galachain-launchpad:react-to-content
|
|
11
|
+
* - /galachain-launchpad:monitor-community
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.tier3CommunityEngagementPrompts = exports.monitorCommunityPrompt = exports.reactToContentPrompt = exports.postCommentsPrompt = void 0;
|
|
15
|
+
const handlerHelpers_js_1 = require("./utils/handlerHelpers.js");
|
|
16
|
+
// =============================================================================
|
|
17
|
+
// Community Engagement & Reactions Workflows
|
|
18
|
+
// =============================================================================
|
|
19
|
+
/**
|
|
20
|
+
* Post Comments - Create and manage token pool comments
|
|
21
|
+
*/
|
|
22
|
+
exports.postCommentsPrompt = {
|
|
23
|
+
name: 'galachain-launchpad:post-comments',
|
|
24
|
+
description: 'Post comments on token pools, manage comment threads, and engage with community',
|
|
25
|
+
arguments: [
|
|
26
|
+
{
|
|
27
|
+
name: 'tokenName',
|
|
28
|
+
description: 'Token to comment on (e.g., "mytoken")',
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
name: 'content',
|
|
33
|
+
description: 'Comment text (1-1000 characters, markdown supported)',
|
|
34
|
+
required: true,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'parentCommentId',
|
|
38
|
+
description: 'Optional: Comment ID to reply to (creates a thread)',
|
|
39
|
+
required: false,
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
handler: (args) => {
|
|
43
|
+
const tokenName = String(args.tokenName);
|
|
44
|
+
const content = String(args.content);
|
|
45
|
+
return (0, handlerHelpers_js_1.createPromptResponse)(`**Post Comments & Engage Community**
|
|
46
|
+
|
|
47
|
+
Token: ${tokenName}
|
|
48
|
+
Comment: "${content}"
|
|
49
|
+
Type: ${args.parentCommentId ? 'Reply to comment' : 'New top-level comment'}
|
|
50
|
+
|
|
51
|
+
**Comment Features:**
|
|
52
|
+
|
|
53
|
+
**Top-Level Comments**
|
|
54
|
+
- Visible on token's comment section
|
|
55
|
+
- Start new discussion threads
|
|
56
|
+
- Can be replied to by others
|
|
57
|
+
- Sorted by recency/popularity
|
|
58
|
+
- Can be pinned by moderators
|
|
59
|
+
|
|
60
|
+
**Replies (Threading)**
|
|
61
|
+
- Attached to parent comment
|
|
62
|
+
- Nested display (indented)
|
|
63
|
+
- Can quote original comment
|
|
64
|
+
- Part of conversation thread
|
|
65
|
+
- Easier to follow discussions
|
|
66
|
+
|
|
67
|
+
**Formatting Options:**
|
|
68
|
+
|
|
69
|
+
Markdown supported:
|
|
70
|
+
- **Bold** for emphasis
|
|
71
|
+
- *Italic* for style
|
|
72
|
+
- \`code\` for technical terms
|
|
73
|
+
- [Links](https://example.com)
|
|
74
|
+
- Line breaks for readability
|
|
75
|
+
|
|
76
|
+
Best practices:
|
|
77
|
+
- Be clear and concise
|
|
78
|
+
- Use formatting for readability
|
|
79
|
+
- Link to relevant info
|
|
80
|
+
- Quote context for replies
|
|
81
|
+
- Use paragraphs for long comments
|
|
82
|
+
|
|
83
|
+
**Comment Etiquette:**
|
|
84
|
+
|
|
85
|
+
✅ DO:
|
|
86
|
+
- Add value to discussion
|
|
87
|
+
- Ask genuine questions
|
|
88
|
+
- Share relevant experience
|
|
89
|
+
- Link supporting information
|
|
90
|
+
- Acknowledge good points
|
|
91
|
+
- Report scams/misinformation
|
|
92
|
+
|
|
93
|
+
❌ DON'T:
|
|
94
|
+
- Spam or promote
|
|
95
|
+
- Attack users personally
|
|
96
|
+
- Spread misinformation
|
|
97
|
+
- Post same comment repeatedly
|
|
98
|
+
- Share private info
|
|
99
|
+
- Make market predictions
|
|
100
|
+
|
|
101
|
+
**Comment Lifecycle:**
|
|
102
|
+
|
|
103
|
+
1. **Post**: Comment submitted and visible
|
|
104
|
+
2. **Engage**: Others reply and react
|
|
105
|
+
3. **Moderation**: May be hidden if concerns
|
|
106
|
+
4. **Featured**: Can be pinned by moderators
|
|
107
|
+
5. **Archive**: Old comments remain visible
|
|
108
|
+
6. **Delete**: Moderator removal if violation
|
|
109
|
+
|
|
110
|
+
**Engagement Metrics:**
|
|
111
|
+
|
|
112
|
+
View for each comment:
|
|
113
|
+
- Number of replies
|
|
114
|
+
- Reaction counts (likes, love, etc.)
|
|
115
|
+
- Comment score
|
|
116
|
+
- Pin status
|
|
117
|
+
- Moderator flags
|
|
118
|
+
|
|
119
|
+
Monitor engagement:
|
|
120
|
+
- Track your comment activity
|
|
121
|
+
- See which comments resonate
|
|
122
|
+
- Identify hot discussion topics
|
|
123
|
+
- Build community presence
|
|
124
|
+
|
|
125
|
+
**Reputation Building:**
|
|
126
|
+
|
|
127
|
+
Positive actions:
|
|
128
|
+
- Post helpful information
|
|
129
|
+
- Ask thoughtful questions
|
|
130
|
+
- Give fair criticism
|
|
131
|
+
- Acknowledge mistakes
|
|
132
|
+
- Participate actively
|
|
133
|
+
|
|
134
|
+
Reputation benefits:
|
|
135
|
+
- Comments prioritized
|
|
136
|
+
- Visibility increases
|
|
137
|
+
- Community recognizes expertise
|
|
138
|
+
- Invites to collaborate
|
|
139
|
+
- Trust building
|
|
140
|
+
|
|
141
|
+
**Dealing with Negative Feedback:**
|
|
142
|
+
|
|
143
|
+
If criticized:
|
|
144
|
+
1. Read carefully - is it valid?
|
|
145
|
+
2. Acknowledge if fair point
|
|
146
|
+
3. Explain your perspective calmly
|
|
147
|
+
4. Ask for clarification
|
|
148
|
+
5. Move on if unproductive
|
|
149
|
+
|
|
150
|
+
Avoid:
|
|
151
|
+
- Defensive reactions
|
|
152
|
+
- Personal attacks back
|
|
153
|
+
- Long argument threads
|
|
154
|
+
- Bringing up old disputes
|
|
155
|
+
- Passive aggressive comments
|
|
156
|
+
|
|
157
|
+
**Thread Management:**
|
|
158
|
+
|
|
159
|
+
For long discussions:
|
|
160
|
+
- Keep on topic
|
|
161
|
+
- Summarize points periodically
|
|
162
|
+
- Link to external resources
|
|
163
|
+
- Know when to end discussion
|
|
164
|
+
- Create new thread if diverging
|
|
165
|
+
|
|
166
|
+
For moderators:
|
|
167
|
+
- Can pin best answer
|
|
168
|
+
- Can hide low-quality
|
|
169
|
+
- Can delete off-topic
|
|
170
|
+
- Maintain thread health
|
|
171
|
+
- Encourage quality over quantity
|
|
172
|
+
|
|
173
|
+
**Privacy & Security:**
|
|
174
|
+
|
|
175
|
+
Never share:
|
|
176
|
+
- Private keys or secrets
|
|
177
|
+
- Personal information
|
|
178
|
+
- Account credentials
|
|
179
|
+
- Trading strategies (if secret)
|
|
180
|
+
- Wallet addresses (if anon)
|
|
181
|
+
|
|
182
|
+
Safe to share:
|
|
183
|
+
- Public market analysis
|
|
184
|
+
- General experience
|
|
185
|
+
- Educational content
|
|
186
|
+
- Public links
|
|
187
|
+
- Non-sensitive feedback`);
|
|
188
|
+
},
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* React to Content - Add reactions to comments and posts
|
|
192
|
+
*/
|
|
193
|
+
exports.reactToContentPrompt = {
|
|
194
|
+
name: 'galachain-launchpad:react-to-content',
|
|
195
|
+
description: 'Add reactions (likes, emojis) to comments and engage with content',
|
|
196
|
+
arguments: [
|
|
197
|
+
{
|
|
198
|
+
name: 'contentType',
|
|
199
|
+
description: 'Type: "comment" (pool comment), "pool" (token pool), "message" (chat message)',
|
|
200
|
+
required: true,
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
name: 'contentId',
|
|
204
|
+
description: 'ID of comment/pool/message to react to',
|
|
205
|
+
required: true,
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
name: 'reaction',
|
|
209
|
+
description: 'Reaction: "like", "love", "haha", "wow", "sad", "angry"',
|
|
210
|
+
required: true,
|
|
211
|
+
},
|
|
212
|
+
],
|
|
213
|
+
handler: (args) => {
|
|
214
|
+
const contentType = String(args.contentType);
|
|
215
|
+
const reaction = String(args.reaction);
|
|
216
|
+
return (0, handlerHelpers_js_1.createPromptResponse)(`**React to Content & Engage**
|
|
217
|
+
|
|
218
|
+
Content Type: ${contentType}
|
|
219
|
+
Reaction: ${reaction}
|
|
220
|
+
|
|
221
|
+
**Reaction Types:**
|
|
222
|
+
|
|
223
|
+
**👍 LIKE**
|
|
224
|
+
- General approval
|
|
225
|
+
- Useful/helpful content
|
|
226
|
+
- Good point made
|
|
227
|
+
- Worth noting
|
|
228
|
+
|
|
229
|
+
**❤️ LOVE**
|
|
230
|
+
- Strong approval
|
|
231
|
+
- Inspiring content
|
|
232
|
+
- Great contribution
|
|
233
|
+
- Deep appreciation
|
|
234
|
+
|
|
235
|
+
**😂 HAHA**
|
|
236
|
+
- Funny/amusing
|
|
237
|
+
- Good humor
|
|
238
|
+
- Relatable joke
|
|
239
|
+
- Light-hearted
|
|
240
|
+
|
|
241
|
+
**😮 WOW**
|
|
242
|
+
- Surprising information
|
|
243
|
+
- Impressive data
|
|
244
|
+
- Shocking news
|
|
245
|
+
- Amazing discovery
|
|
246
|
+
|
|
247
|
+
**😢 SAD**
|
|
248
|
+
- Disappointing news
|
|
249
|
+
- Empathy for loss
|
|
250
|
+
- Unfortunate event
|
|
251
|
+
- Sad sentiment
|
|
252
|
+
|
|
253
|
+
**😠 ANGRY**
|
|
254
|
+
- Negative reaction
|
|
255
|
+
- Unethical behavior
|
|
256
|
+
- Controversial point
|
|
257
|
+
- Strong disagreement
|
|
258
|
+
|
|
259
|
+
**Content Types & Reactions:**
|
|
260
|
+
|
|
261
|
+
**Comments** (Most common)
|
|
262
|
+
- React to pool comments
|
|
263
|
+
- Shows appreciation
|
|
264
|
+
- Indicates agreement
|
|
265
|
+
- Part of discussions
|
|
266
|
+
|
|
267
|
+
**Pools** (Token-level)
|
|
268
|
+
- React to token project
|
|
269
|
+
- Shows confidence
|
|
270
|
+
- Expresses sentiment
|
|
271
|
+
- Indicates interest
|
|
272
|
+
|
|
273
|
+
**Chat Messages** (Real-time)
|
|
274
|
+
- React in stream chat
|
|
275
|
+
- Instant feedback
|
|
276
|
+
- Emoji reactions
|
|
277
|
+
- Live engagement
|
|
278
|
+
|
|
279
|
+
**Reaction Counts:**
|
|
280
|
+
|
|
281
|
+
See totals per reaction:
|
|
282
|
+
- How many likes
|
|
283
|
+
- Popular reactions
|
|
284
|
+
- Sentiment overview
|
|
285
|
+
- Most liked comments
|
|
286
|
+
|
|
287
|
+
Use for:
|
|
288
|
+
- Identify quality content
|
|
289
|
+
- See community sentiment
|
|
290
|
+
- Gauge interest
|
|
291
|
+
- Find best answers
|
|
292
|
+
|
|
293
|
+
**Etiquette for Reactions:**
|
|
294
|
+
|
|
295
|
+
✅ DO:
|
|
296
|
+
- React genuinely
|
|
297
|
+
- Use appropriate reaction
|
|
298
|
+
- React to quality content
|
|
299
|
+
- Show appreciation
|
|
300
|
+
- Remove misplaced reactions
|
|
301
|
+
|
|
302
|
+
❌ DON'T:
|
|
303
|
+
- Spam reactions
|
|
304
|
+
- Use wrong emotion type
|
|
305
|
+
- React to own comments
|
|
306
|
+
- Coordinate reaction bombing
|
|
307
|
+
- Use as argument method
|
|
308
|
+
|
|
309
|
+
**Understanding Sentiment:**
|
|
310
|
+
|
|
311
|
+
High like ratio =
|
|
312
|
+
- Good information
|
|
313
|
+
- Well-explained point
|
|
314
|
+
- Community approved
|
|
315
|
+
- Trustworthy source
|
|
316
|
+
|
|
317
|
+
Divided reactions =
|
|
318
|
+
- Controversial topic
|
|
319
|
+
- Debatable point
|
|
320
|
+
- Mixed opinions
|
|
321
|
+
- Nuanced discussion
|
|
322
|
+
|
|
323
|
+
Negative reactions =
|
|
324
|
+
- Disagreement
|
|
325
|
+
- Misinformation
|
|
326
|
+
- Poor quality
|
|
327
|
+
- Controversial opinion
|
|
328
|
+
|
|
329
|
+
**Reaction Changes:**
|
|
330
|
+
|
|
331
|
+
Change your reaction:
|
|
332
|
+
- Click to remove reaction
|
|
333
|
+
- Click different emoji to switch
|
|
334
|
+
- Modifiers unavailable
|
|
335
|
+
- Instant update
|
|
336
|
+
|
|
337
|
+
Useful for:
|
|
338
|
+
- Changed mind
|
|
339
|
+
- Wrong reaction chosen
|
|
340
|
+
- Different interpretation
|
|
341
|
+
- Mistake correction
|
|
342
|
+
|
|
343
|
+
**Personal Reactions:**
|
|
344
|
+
|
|
345
|
+
Track your reactions:
|
|
346
|
+
- See what you reacted to
|
|
347
|
+
- Activity history
|
|
348
|
+
- Engagement stats
|
|
349
|
+
- Community presence
|
|
350
|
+
|
|
351
|
+
Monitor patterns:
|
|
352
|
+
- Which content types you like
|
|
353
|
+
- Who you engage with
|
|
354
|
+
- Topics you care about
|
|
355
|
+
- Community contribution
|
|
356
|
+
|
|
357
|
+
**Social Dynamics:**
|
|
358
|
+
|
|
359
|
+
Reactions create:
|
|
360
|
+
- Community bonds
|
|
361
|
+
- Engagement signals
|
|
362
|
+
- Quality indicators
|
|
363
|
+
- Sentiment data
|
|
364
|
+
|
|
365
|
+
Use wisely:
|
|
366
|
+
- React to quality
|
|
367
|
+
- Be authentic
|
|
368
|
+
- Encourage good behavior
|
|
369
|
+
- Build positive culture
|
|
370
|
+
|
|
371
|
+
**Advanced: Reaction Analysis**
|
|
372
|
+
|
|
373
|
+
For community managers:
|
|
374
|
+
- Which posts resonate most
|
|
375
|
+
- What content types engage users
|
|
376
|
+
- Who is active in reactions
|
|
377
|
+
- Sentiment trends over time
|
|
378
|
+
- Popular discussion topics
|
|
379
|
+
|
|
380
|
+
For content creators:
|
|
381
|
+
- What resonates with audience
|
|
382
|
+
- Engagement rate per post
|
|
383
|
+
- Community sentiment tracking
|
|
384
|
+
- Content performance metrics
|
|
385
|
+
- Audience preferences`);
|
|
386
|
+
},
|
|
387
|
+
};
|
|
388
|
+
/**
|
|
389
|
+
* Monitor Community - Track engagement and community health
|
|
390
|
+
*/
|
|
391
|
+
exports.monitorCommunityPrompt = {
|
|
392
|
+
name: 'galachain-launchpad:monitor-community',
|
|
393
|
+
description: 'Track community engagement, sentiment, and health metrics',
|
|
394
|
+
arguments: [
|
|
395
|
+
{
|
|
396
|
+
name: 'tokenName',
|
|
397
|
+
description: 'Token to monitor (e.g., "mytoken")',
|
|
398
|
+
required: true,
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
name: 'timeframe',
|
|
402
|
+
description: 'Timeframe: "1h" (hour), "24h" (day), "7d" (week), "30d" (month)',
|
|
403
|
+
required: false,
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: 'metricType',
|
|
407
|
+
description: 'Metric: "activity" (posts/reactions), "sentiment", "top_contributors", "trends"',
|
|
408
|
+
required: false,
|
|
409
|
+
},
|
|
410
|
+
],
|
|
411
|
+
handler: (args) => {
|
|
412
|
+
const tokenName = String(args.tokenName);
|
|
413
|
+
const timeframe = String(args.timeframe || '24h');
|
|
414
|
+
return (0, handlerHelpers_js_1.createPromptResponse)(`**Monitor Community Health & Engagement**
|
|
415
|
+
|
|
416
|
+
Token: ${tokenName}
|
|
417
|
+
Timeframe: ${timeframe}
|
|
418
|
+
|
|
419
|
+
**Key Metrics to Track:**
|
|
420
|
+
|
|
421
|
+
**Activity Metrics**
|
|
422
|
+
- New comments posted
|
|
423
|
+
- Reactions/day
|
|
424
|
+
- Active users
|
|
425
|
+
- Discussion threads
|
|
426
|
+
- Engagement rate
|
|
427
|
+
|
|
428
|
+
Shows: How lively the community is
|
|
429
|
+
|
|
430
|
+
**Sentiment Analysis**
|
|
431
|
+
- Positive reactions (%)
|
|
432
|
+
- Negative reactions (%)
|
|
433
|
+
- Neutral discussions
|
|
434
|
+
- Controversy indicators
|
|
435
|
+
- Mood trends
|
|
436
|
+
|
|
437
|
+
Shows: Overall community feeling
|
|
438
|
+
|
|
439
|
+
**User Engagement**
|
|
440
|
+
- Top contributors
|
|
441
|
+
- Most active users
|
|
442
|
+
- Participation rate
|
|
443
|
+
- New vs returning
|
|
444
|
+
- Retention rate
|
|
445
|
+
|
|
446
|
+
Shows: Who drives engagement
|
|
447
|
+
|
|
448
|
+
**Content Performance**
|
|
449
|
+
- Most liked comments
|
|
450
|
+
- Popular discussion topics
|
|
451
|
+
- Viral posts
|
|
452
|
+
- Engagement per comment
|
|
453
|
+
- Comment quality score
|
|
454
|
+
|
|
455
|
+
Shows: What resonates
|
|
456
|
+
|
|
457
|
+
**Trend Analysis**
|
|
458
|
+
- Trending topics
|
|
459
|
+
- Emerging discussions
|
|
460
|
+
- Sentiment shifts
|
|
461
|
+
- Activity patterns
|
|
462
|
+
- Growth indicators
|
|
463
|
+
|
|
464
|
+
Shows: What's happening now
|
|
465
|
+
|
|
466
|
+
**Health Indicators:**
|
|
467
|
+
|
|
468
|
+
✅ Healthy Community:
|
|
469
|
+
- Consistent daily activity
|
|
470
|
+
- Mix of positive/critical feedback
|
|
471
|
+
- Quality discussions
|
|
472
|
+
- Active new participants
|
|
473
|
+
- Low spam/harassment
|
|
474
|
+
|
|
475
|
+
⚠️ Warning Signs:
|
|
476
|
+
- Declining activity
|
|
477
|
+
- Increasing negativity
|
|
478
|
+
- Same users dominating
|
|
479
|
+
- Spam/scams increasing
|
|
480
|
+
- Moderator complaints
|
|
481
|
+
|
|
482
|
+
❌ Unhealthy Community:
|
|
483
|
+
- No new activity
|
|
484
|
+
- Hostile environment
|
|
485
|
+
- Silenced voices
|
|
486
|
+
- Misinformation spread
|
|
487
|
+
- Moderator burnout
|
|
488
|
+
|
|
489
|
+
**Analysis Timeframes:**
|
|
490
|
+
|
|
491
|
+
**1 HOUR (Real-time)**
|
|
492
|
+
- Live engagement
|
|
493
|
+
- Current discussions
|
|
494
|
+
- Active users now
|
|
495
|
+
- Trending topics
|
|
496
|
+
- Immediate sentiment
|
|
497
|
+
|
|
498
|
+
**24 HOUR (Daily)**
|
|
499
|
+
- Daily activity patterns
|
|
500
|
+
- Typical engagement
|
|
501
|
+
- Daily sentiment
|
|
502
|
+
- Active user base
|
|
503
|
+
- Routine monitoring
|
|
504
|
+
|
|
505
|
+
**7 DAY (Weekly)**
|
|
506
|
+
- Weekly trends
|
|
507
|
+
- Recurring patterns
|
|
508
|
+
- Growth indicators
|
|
509
|
+
- User retention
|
|
510
|
+
- Community health check
|
|
511
|
+
|
|
512
|
+
**30 DAY (Monthly)**
|
|
513
|
+
- Long-term trends
|
|
514
|
+
- Seasonal patterns
|
|
515
|
+
- Growth trajectory
|
|
516
|
+
- User stability
|
|
517
|
+
- Strategic decisions
|
|
518
|
+
|
|
519
|
+
**Community Management Actions:**
|
|
520
|
+
|
|
521
|
+
Based on metrics:
|
|
522
|
+
|
|
523
|
+
High activity?
|
|
524
|
+
- Ensure quality maintained
|
|
525
|
+
- Guide discussions
|
|
526
|
+
- Feature best content
|
|
527
|
+
- Recognize contributors
|
|
528
|
+
|
|
529
|
+
Low activity?
|
|
530
|
+
- Start discussions
|
|
531
|
+
- Ask questions
|
|
532
|
+
- Highlight interesting info
|
|
533
|
+
- Engage inactive users
|
|
534
|
+
|
|
535
|
+
Negative sentiment?
|
|
536
|
+
- Address concerns
|
|
537
|
+
- Clarify misunderstandings
|
|
538
|
+
- Moderate toxic content
|
|
539
|
+
- Have transparent dialog
|
|
540
|
+
|
|
541
|
+
Trending topics?
|
|
542
|
+
- Create pinned threads
|
|
543
|
+
- Facilitate discussions
|
|
544
|
+
- Address emerging issues
|
|
545
|
+
- Capitalize on interest
|
|
546
|
+
|
|
547
|
+
**Reporting & Sharing:**
|
|
548
|
+
|
|
549
|
+
Create community reports:
|
|
550
|
+
- Weekly engagement summary
|
|
551
|
+
- Monthly metrics snapshot
|
|
552
|
+
- Sentiment trends
|
|
553
|
+
- Top contributors
|
|
554
|
+
- Key discussions
|
|
555
|
+
|
|
556
|
+
Share with:
|
|
557
|
+
- Community (transparency)
|
|
558
|
+
- Team (awareness)
|
|
559
|
+
- Leadership (metrics)
|
|
560
|
+
- Users (recognition)
|
|
561
|
+
|
|
562
|
+
**Automated Monitoring:**
|
|
563
|
+
|
|
564
|
+
Set alerts for:
|
|
565
|
+
- Sudden drops in activity
|
|
566
|
+
- Spike in negative reactions
|
|
567
|
+
- Harassment patterns
|
|
568
|
+
- Spam increase
|
|
569
|
+
- New trending topics
|
|
570
|
+
|
|
571
|
+
Get notified when:
|
|
572
|
+
- Key metrics hit thresholds
|
|
573
|
+
- Anomalies detected
|
|
574
|
+
- Milestones reached
|
|
575
|
+
- Issues escalate
|
|
576
|
+
- Trends emerge
|
|
577
|
+
|
|
578
|
+
**Benchmarking:**
|
|
579
|
+
|
|
580
|
+
Compare against:
|
|
581
|
+
- Previous periods
|
|
582
|
+
- Similar communities
|
|
583
|
+
- Industry standards
|
|
584
|
+
- Growth goals
|
|
585
|
+
- Peer projects
|
|
586
|
+
|
|
587
|
+
Use for:
|
|
588
|
+
- Goal setting
|
|
589
|
+
- Performance evaluation
|
|
590
|
+
- Feature requests
|
|
591
|
+
- Resource planning
|
|
592
|
+
- Strategy adjustment
|
|
593
|
+
|
|
594
|
+
**Community Insights:**
|
|
595
|
+
|
|
596
|
+
Extract from metrics:
|
|
597
|
+
- What content works best
|
|
598
|
+
- When users are most active
|
|
599
|
+
- Who are key influencers
|
|
600
|
+
- What topics matter most
|
|
601
|
+
- How sentiment shifts
|
|
602
|
+
- Where friction exists`);
|
|
603
|
+
},
|
|
604
|
+
};
|
|
605
|
+
exports.tier3CommunityEngagementPrompts = [
|
|
606
|
+
exports.postCommentsPrompt,
|
|
607
|
+
exports.reactToContentPrompt,
|
|
608
|
+
exports.monitorCommunityPrompt,
|
|
609
|
+
];
|
|
610
|
+
//# sourceMappingURL=tier3-community-engagement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tier3-community-engagement.js","sourceRoot":"","sources":["../../src/prompts/tier3-community-engagement.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tier 3 Workflow: Moderation & User Management
|
|
3
|
+
*
|
|
4
|
+
* Comprehensive workflow for moderator invites, user bans, and content moderation.
|
|
5
|
+
* Designed for community managers and platform moderators.
|
|
6
|
+
*
|
|
7
|
+
* Slash commands:
|
|
8
|
+
* - /galachain-launchpad:invite-moderators
|
|
9
|
+
* - /galachain-launchpad:manage-moderators
|
|
10
|
+
* - /galachain-launchpad:moderate-comments
|
|
11
|
+
* - /galachain-launchpad:ban-users
|
|
12
|
+
*/
|
|
13
|
+
import type { MCPPrompt } from '../types/mcp.js';
|
|
14
|
+
/**
|
|
15
|
+
* Invite Moderators - Create and send moderator invitations
|
|
16
|
+
*/
|
|
17
|
+
export declare const inviteModeratorsPrompt: MCPPrompt;
|
|
18
|
+
/**
|
|
19
|
+
* Manage Moderators - View, revoke, and reassign moderators
|
|
20
|
+
*/
|
|
21
|
+
export declare const manageModeratorsPrompt: MCPPrompt;
|
|
22
|
+
/**
|
|
23
|
+
* Moderate Comments - Delete, pin, hide comments
|
|
24
|
+
*/
|
|
25
|
+
export declare const moderateCommentsPrompt: MCPPrompt;
|
|
26
|
+
/**
|
|
27
|
+
* Ban Users - Temporary and permanent user bans
|
|
28
|
+
*/
|
|
29
|
+
export declare const banUsersPrompt: MCPPrompt;
|
|
30
|
+
export declare const tier3ModerationPrompts: MCPPrompt[];
|
|
31
|
+
//# sourceMappingURL=tier3-moderation-workflows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tier3-moderation-workflows.d.ts","sourceRoot":"","sources":["../../src/prompts/tier3-moderation-workflows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAOjD;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,SAkFpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,SA6GpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,SAkIpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,SAwJ5B,CAAC;AAEF,eAAO,MAAM,sBAAsB,aAKlC,CAAC"}
|