@agentaeo/mcp-server 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ async function main() {
|
|
|
44
44
|
const inlinePoll = process.env.AGENTAEO_MCP_INLINE_POLL === "1" || process.env.AGENTAEO_MCP_INLINE_POLL === "true";
|
|
45
45
|
const server = new McpServer({
|
|
46
46
|
name: "agentaeo",
|
|
47
|
-
version: "0.1.
|
|
47
|
+
version: "0.1.3",
|
|
48
48
|
});
|
|
49
49
|
server.tool("run_aeo_audit", "Start an AEO audit for a URL (async). Returns auditId immediately. Then call check_aeo_audit_status every 10–15s until is_complete or free_preview_ready (free tier stops at step 2).", {
|
|
50
50
|
url: z.string().url().describe("The website URL to audit (e.g. https://example.com)"),
|
package/package.json
CHANGED