Skip to main content
Glama

pocketbase-mcp-server

test-import.js324 B
#!/usr/bin/env node // Test script to verify that importing the module doesn't cause auto-execution import('./dist/index.js').then(() => { console.log('Module imported successfully without side effects'); process.exit(0); }).catch((error) => { console.error('Failed to import module:', error); process.exit(1); });

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/DynamicEndpoints/pocketbase-mcp-server'

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