NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand MCP beta

I’m planning to release a TestStand MCP in the next days. It is almost fully functional, so the main features are already working. Is anyone interested in becoming a beta tester?

 

"mcpServers": {
  "teststand": {
    "command": "C:\\Projects\\TestStandMcp\\TestStandMCP.exe",
    "args": []
  }
},

 

Best

Claude

 

Btw.: NI should be able to implement this using the TestStand source code within a few days. I had to implement it using API calls that aren’t particularly well documented!

CLA / CTD
0 Kudos
Message 1 of 14
(1,533 Views)
How is this going to be different from NigelAI integration in TestStand?
Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution
0 Kudos
Message 2 of 14
(1,512 Views)

You can use it directly from the strongest AI tools available on the market (Anthropic Claude, GitHub Copilot ....). You can directly generate test sequences from flowcharts and so on... 🙂

CLA / CTD
Message 3 of 14
(1,494 Views)

For example you can Generate from a Picture or PlantUML or whatever Flowchart Sequences:

Cloedu72_0-1779370142926.png

Cloedu72_1-1779370152818.png

 

You can also generate Flowcharts from Sequences:

Cloedu72_2-1779370357846.png

 

My MCP is almost complete. I'm currently working on the implementation style guide...

CLA / CTD
Message 4 of 14
(1,468 Views)

Hi, looks cool. I would be interested in checking out what it can do 🙂

0 Kudos
Message 5 of 14
(1,306 Views)

I am currently preparing the code for an official release. I will share the link as soon as everything is ready.

CLA / CTD
0 Kudos
Message 6 of 14
(1,295 Views)

Here is the first version of TestStand MCP Beta_V0.0.1:

https://github.com/Zuehlke/teststand-mcp

https://github.com/Zuehlke/teststand-mcp/tags

 

Best Claude

 

 

CLA / CTD
Message 7 of 14
(1,251 Views)

I have released Beta_V0.0.2, which includes some minor changes. This version also features a Claude agent that helps with automatically linking sub-sequences when creating sequences from flowcharts.

=> Agent is not perfect, but guides you through the subsequence calls

 

=> Claude Agent is only included in the Source code!

 

https://github.com/Zuehlke/teststand-mcp/releases/tag/Beta_V0.0.2

CLA / CTD
0 Kudos
Message 8 of 14
(1,207 Views)

I’m currently using the MCP for my own projects and everything is working as it should. Whenever I find something, I create a new release and optimise the code so that fewer tokens are used.

=> Tokens: the currency of the future!

https://github.com/Zuehlke/teststand-mcp

https://github.com/Zuehlke/teststand-mcp/tags

 

Best Claude

CLA / CTD
0 Kudos
Message 9 of 14
(1,037 Views)

I’ve created a new version with lots of improvements. As far as I can tell, everything is stable and the MCP and Sequence Agent are working together as intended.

If anyone is already testing it, please update; as far as I’m concerned, this version is a release candidate.

https://github.com/Zuehlke/teststand-mcp/releases/tag/RC_V0.3.0
https://github.com/Zuehlke/teststand-mcp

 

Best

Claude

CLA / CTD
0 Kudos
Message 10 of 14
(832 Views)