-
Notifications
You must be signed in to change notification settings - Fork 35
Add MCP #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add MCP #689
Changes from 11 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
72bb2aa
Add remote execution and QDK Chemistry tooling
2efc756
post merge cleaning part 1
ac8e392
post merge cleaning part 2
01064cd
Potential fix for pull request finding 'Unused local variable'
nabbelbabbel 12dbaa6
Potential fix for pull request finding 'Unused local variable'
nabbelbabbel 9cc2204
Merge remote-tracking branch 'origin/main' into jpu/mcp
c7dd998
fix test
76563fd
Add missing argcomplete dependency
300d9cf
Fixes
27b8f81
remove old code
7887228
cleaning
1d1dba3
rework tests
57ddb35
Potential fix for pull request finding
nabbelbabbel 55f6840
Potential fix for pull request finding
nabbelbabbel 4b24bdc
Potential fix for pull request finding
nabbelbabbel 37902df
Merge remote-tracking branch 'origin/main' into jpu/mcp
9236b6c
docs: narrow MCP workflow guidance
d1f7276
Add MCP-safe remote backend configuration
ec28e11
Harden MCP project and remote job isolation
4424138
Harden MCP UI tools and remote job handling
79f4fac
resolve remaining comments
cf4a301
Potential fix for pull request finding 'Unused local variable'
nabbelbabbel ccd22d1
fixes
nabbelbabbel 9ef4254
fixes
nabbelbabbel df520fe
cleaning
nabbelbabbel 53ccbec
fixes and comment responses
nabbelbabbel a03527b
align and check versions in skills
nabbelbabbel d45a10c
clean alias handling
nabbelbabbel 37910f8
Fixes
nabbelbabbel 25e0ad6
Docs
nabbelbabbel 10a0f81
Add circuit estimation MCP support and algorithm hashing
nabbelbabbel 6399f79
Merge remote-tracking branch 'origin/main' into jpu/mcp
nabbelbabbel 7245f31
fixes for arm64, make mcp a python plugin, rework directory handling …
nabbelbabbel 12ab8b7
fixes
nabbelbabbel 672dc85
Move nuclear derivative changes to dedicated branch
nabbelbabbel 4d76468
fixes
nabbelbabbel 5dea9bc
revert bad changes
nabbelbabbel 9038729
fixes
nabbelbabbel 79386df
fix
nabbelbabbel f8a82d2
Merge branch 'main' into jpu/mcp
nabbelbabbel e73c775
fix test issue
nabbelbabbel 7b58d10
Potential fix for pull request finding
nabbelbabbel 58586bd
Potential fix for pull request finding
nabbelbabbel f6b184c
Merge remote-tracking branch 'refs/remotes/origin/jpu/mcp' into jpu/mcp
nabbelbabbel 876ec7d
resolve comment tentative test fix
nabbelbabbel ef5f07e
fix
nabbelbabbel 06215a2
resolve comment
nabbelbabbel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "name": "qdk-chemistry", | ||
| "owner": { | ||
| "name": "Microsoft" | ||
| }, | ||
| "metadata": { | ||
| "description": "QDK Chemistry agent plugins", | ||
| "version": "2.1.0" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "qdk-chemistry", | ||
| "description": "Run QDK Chemistry workflows with specialized agents, skills, and MCP tools.", | ||
| "version": "2.1.0", | ||
| "source": "copilot-plugins/qdk-chemistry" | ||
| } | ||
| ] | ||
| } | ||
|
Copilot marked this conversation as resolved.
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,6 +48,7 @@ pip-delete-this-directory.txt | |
|
|
||
| # Unit test / coverage reports | ||
| htmlcov/ | ||
|
|
||
| .tox/ | ||
| .nox/ | ||
| .coverage | ||
|
|
||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "mcpServers": { | ||
| "qdk_chemistry": { | ||
| "type": "stdio", | ||
| "command": "qcmcp", | ||
| "timeout": 1814400000, | ||
| "env": { | ||
| "QDK_REQUIRE_WORKSPACE_BINDING": "1" | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.