Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/agents/ql-agent-skills-developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This agent focuses on defining skills that combine multiple MCP Server tools to

## Commands

All command paths are relative to the root of the `github/codeql-development-mcp-server` repository.
All command paths are relative to the root of the `advanced-security/codeql-development-mcp-server` repository.

### List QL MCP Server Tools

Expand Down
4 changes: 2 additions & 2 deletions .github/instructions/prompts.instructions.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
applyTo: '**/*.prompt.md'
description: 'Instructions for managing .prompt.md files throughout the github/codeql-development-mcp-server repository.'
description: 'Instructions for managing .prompt.md files throughout the advanced-security/codeql-development-mcp-server repository.'
---

# Instructions for managing `*.prompt.md` files

## PURPOSE

The `github/codeql-development-mcp-server` repository contains `*.prompt.md` files in multiple locations. These files are intentionally interlinked in order to promote modularity and reusability of prompt content.
The `advanced-security/codeql-development-mcp-server` repository contains `*.prompt.md` files in multiple locations. These files are intentionally interlinked in order to promote modularity and reusability of prompt content.

## ENTRY POINTS

Expand Down
4 changes: 0 additions & 4 deletions .github/skills/add-mcp-support-for-new-language/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,6 @@ Before submitting the PR:
- [ ] All existing tests still pass
- [ ] New language tests pass

## Reference PRs

- **Swift Support**: [PR #298](https://github.com/github/codeql-development-mcp-server/pull/298) - macOS-required language with dedicated workflow

## Success Criteria

The new language is successfully integrated when:
Expand Down