🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fullrun/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullrun/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+29
server.json
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tuckerschreiber/fullrun",
"description": "Google Ads AI agent for Claude Desktop, Cursor, and AI agents. Diagnose account health, list campaigns, get performance metrics, manage keywords, and run AI-powered optimizations.",
"repository": {
"url": "https://github.com/tuckerschreiber/fullrun-cli",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "@fullrun/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Fullrun API key for authenticating with the Fullrun API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FULLRUN_API_KEY"
}
]
}
]
}
+3
-2
{
"name": "@fullrun/mcp",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fullrun MCP server — Google Ads management for Claude Desktop, Cursor, and AI agents",
"mcpName": "io.github.tuckerschreiber/fullrun",
"bin": {
"fullrun-mcp": "./dist/server.js"
},
"files": ["dist", "README.md"],
"files": ["dist", "README.md", "server.json"],
"scripts": {

@@ -10,0 +11,0 @@ "build": "tsc",