mcp-s-oauth
Version:
Express middleware library for MCP (Model Context Protocol) OAuth authentication
10 lines • 360 B
JavaScript
export const mondayConnector = {
authUrl: "https://auth.monday.com/oauth2/authorize",
tokenUrl: "https://auth.monday.com/oauth2/token",
scopes: ["boards:read", "me:read"],
codeExchangeConfig: {
modelCredentialsMapping: '{"access_token": access_token, "scope": scope}',
isForm: false,
},
};
//# sourceMappingURL=monday.js.map