chore(roo): add pic-gen mode rules, update mcp.json and new-mcp-server skill
This commit is contained in:
+11
-14
@@ -13,8 +13,10 @@
|
||||
"git_branch",
|
||||
"git_create_branch",
|
||||
"git_add",
|
||||
"git_commit"
|
||||
]
|
||||
"git_commit",
|
||||
"git_checkout"
|
||||
],
|
||||
"disabled": true
|
||||
},
|
||||
"filesystem": {
|
||||
"command": "npx",
|
||||
@@ -33,8 +35,10 @@
|
||||
"src/server.py"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"webscraper_fetch",
|
||||
"webscraper_fetch_links"
|
||||
"webscraper_fetch_links",
|
||||
"webscraper_fetch_section",
|
||||
"webscraper_search_hint",
|
||||
"webscraper_fetch"
|
||||
]
|
||||
},
|
||||
"gitea": {
|
||||
@@ -47,15 +51,7 @@
|
||||
"8bf0c734ebda3e61d9c9068489ce58a2bf8d33db"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"create_issue",
|
||||
"list_repo_issues",
|
||||
"get_issue",
|
||||
"edit_issue",
|
||||
"create_issue_comment",
|
||||
"create_pull_request",
|
||||
"get_repository",
|
||||
"list_my_repositories",
|
||||
"create_wiki_page"
|
||||
"*"
|
||||
],
|
||||
"disabled": true
|
||||
},
|
||||
@@ -90,7 +86,8 @@
|
||||
"get_generation_status",
|
||||
"get_output_directory",
|
||||
"generate_image"
|
||||
]
|
||||
],
|
||||
"timeout": 1800
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user