UNPKG

g-search-mcp

Version:

MCP server for Google search using Playwright browser

10 lines (9 loc) 248 B
import { searchGoogleTool, searchGoogle } from './searchGoogle.js'; // Export tool definitions export const tools = [ searchGoogleTool ]; // Export tool implementations export const toolHandlers = { [searchGoogleTool.name]: searchGoogle };