
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
alibabacloud-devops-mcp-server
Advanced tools
MCP Server for using the alibabacloud-devops API: allows AI assistants to directly participate in development collaboration, helping teams optimize development processes and improve efficiency.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform, enabling them to read work item contents in projects, automatically write code after understanding requirements, and submit code merge requests. Enterprise development teams can use it to assist with code reviews, optimize task management, reduce repetitive operations, and thus focus on more important innovation and product delivery.
alibabacloud-devops-mcp-server provides the following capabilities for AI assistants:
alibabacloud-devops-mcp-server integrates various tools, including:
get_current_organization_Info
: Get current user's organization informationget_user_organizations
: Get the list of organizations the current user has joinedcreate_branch
: Create a branchdelete_branch
: Delete a branchget_branch
: Get branch informationlist_branches
: Get branch listcreate_file
: Create a filedelete_file
: Delete a fileget_file_blobs
: Get file contentlist_files
: Query file treeupdate_file
: Update file contentcreate_change_request
: Create a merge requestcreate_change_request_comment
: Create a comment on a merge requestget_change_request
: Query merge requestlist_change_request_patch_sets
: Query merge request version listlist_change_request
: Query merge request listlist_change_request_comments
: Query merge request comment listget_compare
: Compare codeget_repository
: Get repository detailslist_repositories
: Get repository listget_project
: Get project detailssearch_projects
: Search projectsget_work_item
: Get work item detailssearch_workitems
: Search work items{
"mcpServers": {
"yunxiao": {
"command": "npx",
"args": [
"-y",
"alibabacloud-devops-mcp-server"
],
"env": {
"YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
docker build -t alibabacloud/alibabacloud-devops-mcp-server .
{
"mcpServers": {
"yunxiao": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"YUNXIAO_ACCESS_TOKEN",
"alibabacloud/alibabacloud-devops-mcp-server"
],
"env": {
"YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
FAQs
MCP Server for using the alibabacloud-devops API: allows AI assistants to directly participate in development collaboration, helping teams optimize development processes and improve efficiency.
The npm package alibabacloud-devops-mcp-server receives a total of 571 weekly downloads. As such, alibabacloud-devops-mcp-server popularity was classified as not popular.
We found that alibabacloud-devops-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.