Skip to content

Instantly share code, notes, and snippets.

View bookercodes's full-sized avatar

Alex Booker bookercodes

View GitHub Profile
// add ...tools to agent.tools[]
const mcp = new MCPClient({
servers: {
hackernews: {
command: "npx",
args: ["-y", "@devabdultech/hn-mcp-server"],
}
},