Skip to main content
Glama
QUICK_REFERENCE.md1.54 kB
# Quick Reference: Essential Commands for Browser Automation Session ## 🔧 IMMEDIATE SETUP COMMANDS ```bash # 1. Navigate to project directory cd /Users/ricardokawasaki/Desktop/euconquisto-composer-mcp-poc # 2. Load knowledge graph context (Priority order) search_nodes("EuConquisto Composer MCP Project") search_nodes("EuConquisto Composer MCP Clean Build Session 2025-06-09") search_nodes("TASK-F002 Phase 2 Implementation") # 3. Read critical status files read_file("/Users/ricardokawasaki/Desktop/euconquisto-composer-mcp-poc/testing-results/COMPREHENSIVE_TESTING_REPORT.md") read_file("/Users/ricardokawasaki/Desktop/euconquisto-composer-mcp-poc/src/index.ts") ``` ## 🚀 BROWSER AUTOMATION EXECUTION ```bash # Execute "Composição Teste" creation echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "complete-composition-workflow", "arguments": {"title": "Composição Teste", "description": "Composição criada automaticamente pelo MCP Server em sessão de browser automation", "author": "EuConquisto MCP Browser Test", "navigate": true}}}' | node dist/index.js ``` ## 📊 VALIDATION COMMANDS ```bash # Quick server validation echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}' | node dist/index.js # Browser readiness check npx playwright --version # Build verification npm run build ``` --- **Target**: Create "Composição Teste" via live browser automation **Status**: All prerequisites validated, ready for execution **Expected Duration**: 15-20 minutes for complete workflow

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/rkm097git/euconquisto-composer-mcp-poc'

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