Skip to main content
Glama
index.ts646 B
// DAO Integration Module // Provides DAO voting functionality for Midnight MCP export * from './api.js'; export * from './common-types.js'; // Re-export key types and functions for easy access export { configureProviders, joinDaoVotingContract, deployDaoVotingContract, openElection, closeElection, castVote, fundTreasury, payoutApprovedProposal, cancelPayout, getElectionStatus, getDaoVotingLedgerState, displayDaoVotingState, pad, VoteType } from './api.js'; export type { DaoVotingProviders, DeployedDaoVotingContract, DaoVotingPrivateState, DaoVotingState, ElectionStatus } from './common-types.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/evilpixi/pixi-midnight-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server