Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"news": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"NEWS_API_KEY": ""
}
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"news": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"NEWS_API_KEY": ""
}
}
}
}