Skip to main content
Glama

OBS MCP Server

by royshil
index.test.ts460 B
import { describe, it, expect } from 'vitest'; import fs from 'fs'; import path from 'path'; const cliPath = path.resolve(__dirname, '../build/index.js'); describe('CLI entry (build/index.js)', () => { it('should exist after build', () => { expect(fs.existsSync(cliPath)).toBe(true); }); it('should be executable', () => { const stat = fs.statSync(cliPath); // Check owner execute bit expect(stat.mode & 0o100).toBeTruthy(); }); });

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/royshil/obs-mcp'

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