Fix D4D Assistant MCP tool permissions in GitHub Actions#67
Merged
justaddcoffee merged 1 commit intomainfrom Nov 7, 2025
Merged
Fix D4D Assistant MCP tool permissions in GitHub Actions#67justaddcoffee merged 1 commit intomainfrom
justaddcoffee merged 1 commit intomainfrom
Conversation
Add MCP tool permissions to the D4D Assistant GitHub Actions workflow to enable ARTL and GitHub MCP server usage. This fixes the permission error when the assistant tries to use mcp__artl__get_europepmc_full_text and other MCP tools in CI. The workflow now includes: - mcp__github__* - GitHub operations via MCP - mcp__artl__* - Academic literature search via MCP - WebSearch - Web search capabilities - WebFetch - Web content fetching - Additional Bash commands (poetry, make, python, uv, grep, etc.) This matches the local .claude/settings.json permissions and allows the D4D Assistant to retrieve scientific papers when creating datasheets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the permission error when the D4D Assistant tries to use MCP tools in GitHub Actions (issue #66).
Problem
The D4D Assistant workflow had a restrictive claude-allowed-tools list that didn't include MCP server permissions, causing permission errors when trying to use mcp__artl__get_europepmc_full_text and other MCP tools.
Solution
Updated .github/workflows/d4d-agent.yml to include:
This matches the local .claude/settings.json permissions and allows the assistant to retrieve scientific papers when creating datasheets.
Test Plan
🤖 Generated with Claude Code