Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
VisualStudioCodeSettings.astro839 B
--- import pkg from "../../../packages/vscode/package.json" const properties: [ string, { description: string type: string default?: boolean | string | undefined }, ][] = Object.entries(pkg.contributes.configuration[0].properties) --- The following settings are available for the extension. You can set them in your `settings.json` file, or open the command palette (Ctrl+Shift+P) and search for "Preferences: Open Settings (UI)". <ul> { properties.map(([id, { description, type, default: _default }]) => ( <li id={id}> <code>{id}</code>: {description} {_default !== undefined ? ( <span>(default: <code>{JSON.stringify(_default)}</code>)</span> ) : null} </li> )) } </ul>

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