Tool get_web_url: devuelve URL correcta del proyecto para fetch/playwright

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jordan Diaz
2026-04-06 19:33:39 +00:00
parent 50ccc0e2a1
commit 30a62d9a1d
3 changed files with 43 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
import { registerSaveProjectStylesTool } from "./saveStyles.js";
import { registerGetWebUrlTool } from "./getWebUrl.js";
export function registerProjectTools(server) {
registerSaveProjectStylesTool(server);
registerGetWebUrlTool(server);
}