Commit 440e98c
authored
32 provide installation instructions (#33)
Support dual-mode: powers on-the-fly parsing + testing (MCP) as well as coding (parser bundle)
- Split regular tool wrappers from MCP and async functionalities
- Automate central registration of tools, resources, prompts and other relevant metadata
- Document options for MCP integration and deployment
- Add resources:
-- for calling tools as dependencies
-- extensive list of programmatic support per parser (TODO: test necessity)
- Update schema:
-- add metadata about file type and code that was parsed to the Parsers MCP
-- add `formula_type` to NOMAD MCP
Perform major reconstruction:
- Restructure folders to distinguish MCP servers: parsers, databases, RAG (in the future)
-- Reserve folder for code tests
-- Generate a template folder for different hosts + dedicated README
- Make imports modular + bundle together
- Add tests (with `pytest`) + dedicated README
-- For MCP loading and running
-- For NOMAD API calls
- Add Github workflows
Miscellaneous:
- Fix start-up bug: use relative path instead of absolute
- Decrease request package version for compatibility with NOMAD v1.3.16
- Suppress version warning in `cclib`
---------
Co-authored-by: ndaelman <ndaelman@physik.hu-berlin.de>1 parent b17149f commit 440e98c
31 files changed
Lines changed: 2495 additions & 1512 deletions
File tree
- .data/ztbeMA28ILtxhTRp_mnCXhJYSARd
- fc2yNy-pQG2J5fqcRs99tA/generate_c11_c12_dataset/run_calculations/6245
- .github/workflows
- .pipelines/resources
- .vscode
- src/parse_patrol
- databases/nomad
- parsers
- cclib
- gaussian
- iodata
- templates
- tests
Lines changed: 0 additions & 79 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 79 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
File renamed without changes.
File renamed without changes.
This file was deleted.
0 commit comments