Skip to content

Add NEXUS AI to MCP resources#4192

Open
saifelyzal wants to merge 1 commit into
modelcontextprotocol:mainfrom
saifelyzal:add-nexus-ai-resource
Open

Add NEXUS AI to MCP resources#4192
saifelyzal wants to merge 1 commit into
modelcontextprotocol:mainfrom
saifelyzal:add-nexus-ai-resource

Conversation

@saifelyzal
Copy link
Copy Markdown

Adds NEXUS AI to the MCP Resources list as an MCP-native application platform for deploying and operating full-stack containerized apps with MCP tools for deployments, databases, workers, storage, backups, metrics, and rollbacks.

@saifelyzal
Copy link
Copy Markdown
Author

The failing check-readme-only job appears to be an upstream workflow permissions issue rather than a failure in this README change. This PR only modifies README.md, and the build/test jobs are passing.\n\nThe workflow calls github.rest.issues.addLabels(), github.rest.issues.createComment(), and related issue APIs, but the job currently grants only:\n\nyaml\npermissions:\n contents: read\n pull-requests: write\n\n\nBecause PRs are issues in GitHub's API model, those calls need:\n\nyaml\npermissions:\n contents: read\n pull-requests: write\n issues: write\n\n\nThe handle-confirmation job also uses github.rest.issues.* APIs and likely needs issues: write as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant