a toolkit to host mcp servers from LabVIEW.
Stars
11
Forks
4
Watchers
11
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Fixed OutputSchema error and empty picture destory response format error.
a21b1bfView on GitHubFixed "desccription" typo for input-/outputschema. Removed OutputSchema to avoid parsing errors. Might add it later, but then would need to built the appropriate json output container from all VI outputs instead of flattening all of them and returning them as text. Could be relevant to reduce token usage.
0c64dd5View on GitHubAdded DQMH Example, not working yet, not sure if necessary.
25af03bView on GitHubPolished, cleaned up and created nice examples. Package is in a nice state right now.
9f726cbView on GitHubPolished, fixed some bugs and added nice examples. Toolkit should be quite usable now.
23d1ba0View on GitHubImplemented IG HTTP Server toolkit, server is now fully working and cleaned up. Examples to be done.
58b7e47View on GitHubRefactored HTTP layer now using IG HTTP Server toolkit which is much more streamlined with the API-based approach of the toolkit.
ae30058View on GitHubDebugged exe-issues a lot, still not working properly in runtime. Still implemented Prompt support which is now mostly working.
c72b06aView on GitHubImplemented minimal demo application that simulates 3 signals. Also added image datatype, so screenshots of graphs or other images can be easily returned to the LLM.
857da62View on GitHubFirst draft running featuring registration of subVIs as tools and their in- and outputs will be connected to the LLM. works currently for inputs (boolean, string, float, integer) and outputs (basically anything, will be flattened to string).
b3304eeView on GitHub