Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
ActionButton.tsx592 B
import React from "react" import "@vscode-elements/elements/dist/vscode-icon" export function ActionButton(props: { name: string label: string onClick: (e: React.UIEvent) => void }) { const { onClick, name, label } = props const handleClick = (e: React.UIEvent) => { e.stopPropagation() onClick(e) } return ( <vscode-icon tabIndex={0} name={name} action-icon label={label} onClick={handleClick} onKeyDown={handleClick} slot="actions" /> ) }

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/microsoft/genaiscript'

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