This commit is contained in:
Josh at WLTechBlog
2025-10-16 10:54:37 -05:00
parent ccd8c77a3e
commit 4d55acca95
45 changed files with 8499 additions and 2416 deletions

23
.roo/mcp.json Normal file
View File

@@ -0,0 +1,23 @@
{
"mcpServers": {
"cremotemcp": {
"command": "/home/squash/go/src/git.teamworkapps.com/shortcut/cremote/mcp/cremote-mcp",
"args": [],
"alwaysAllow": [
"get_accessibility_tree_cremotemcp",
"web_contrast_audit_cremotemcp",
"web_keyboard_audit_cremotemcp",
"web_form_accessibility_audit_cremotemcp",
"web_page_accessibility_report_cremotemcp",
"web_screenshot_cremotemcp",
"web_navigate_cremotemcp",
"version_cremotemcp",
"file_management_cremotemcp",
"web_extract_links_cremotemcp",
"web_page_info_cremotemcp",
"web_content_check_cremotemcp",
"file_download_cremotemcp"
]
}
}
}