-
Notifications
You must be signed in to change notification settings - Fork 10
Dev ach #123
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
Dev ach #123
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d0ed7ac
fix(merge relic): fixed error where old code did not support debug mo…
AustinHouston f81a4c3
feat(separate real and dt): they are now on seperate yamls, some chan…
AustinHouston 88a46a1
tests
AustinHouston 92e0bf4
rename(host and port): match gui and run_servers.py
AustinHouston e1ec3c1
fix
AustinHouston 2fccd81
important(yamls): configs updated to match current convention. check …
AustinHouston 61f298f
feat(option to register folder data on tiled start): useful for preac…
AustinHouston 54f4640
chore
AustinHouston 3c69214
refactor(gui): terminal moved to right
AustinHouston 5dbfc53
fix(tiled bug)
AustinHouston 2b9a7a7
chore
AustinHouston 63ab027
feat(electron diffraction digital twin): for the summer school, based…
AustinHouston 48e7845
chore(colab compatibility)
AustinHouston 606dcd7
chore(hack prep)
AustinHouston f041404
chore(adjust dt summer school)
AustinHouston 237d358
chore(test): delete old test causing failure
AustinHouston 73c0219
chore
AustinHouston e97cf0c
chore
AustinHouston 3ed189e
choreee
AustinHouston 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
Binary file not shown.
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 |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| # Asyncroscopy MCP Server | ||
|
|
||
| The MCP server is a FastMCP HTTP bridge over the live Tango database. It should | ||
| start after the Tango database, support devices, Tiled, and microscope or | ||
| digital twin are ready. | ||
| start after the Tango database, support devices, Tiled, and selected instrument | ||
| are ready. | ||
|
|
||
| ## Start It | ||
|
|
||
| Start the device stack first: | ||
|
|
||
| ```bash | ||
| uv run startup_scripts/run_servers.py --yaml configs/Spectra300.yaml | ||
| uv run startup_scripts/run_servers.py --yaml configs/Spectra300.yaml --microscope dt | ||
| uv run startup_scripts/run_servers.py --yaml configs/STEMDigitalTwin.yaml | ||
| ``` | ||
|
Comment on lines
11
to
14
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good call. I will check with other configs. |
||
|
|
||
| Then start MCP in another terminal or on the MCP computer: | ||
|
|
||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that SEM's might get confused in this hierarchy.
Shouldnt the parent dir be
Transmission_electron_microscopeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are probably right. Future problem I think