feat: add mcp integration option
This commit is contained in:
@@ -730,6 +730,17 @@ export const IntegrationSettingsModal = ({
|
|||||||
<img src="/svg/webhook.svg" alt="Webhook" style={{ margin: "6px" }} />
|
<img src="/svg/webhook.svg" alt="Webhook" style={{ margin: "6px" }} />
|
||||||
Webhooks
|
Webhooks
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
variant="outlined"
|
||||||
|
onClick={() => {
|
||||||
|
window.open("https://docs.maxun.dev/mcp/setup", "_blank");
|
||||||
|
}}
|
||||||
|
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
|
||||||
|
>
|
||||||
|
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} />
|
||||||
|
MCP
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</GenericModal>
|
</GenericModal>
|
||||||
|
|||||||
Reference in New Issue
Block a user