Skip to main content
Glama

@pokutuna/mcp-chrome-tabs

by pokutuna
applescript.test.ts313 B
import { test, expect } from "vitest"; import { executeAppleScript } from "../src/browser/osascript.js"; test.skipIf(process.platform !== "darwin")( "apple script is available", async () => { const result = await executeAppleScript('return "Hello World"'); expect(result).toBe("Hello World"); } );

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/pokutuna/mcp-chrome-tabs'

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