Skip to content

Add MCPLoadTester plugin descriptor for Plugins Manager#782

Merged
undera merged 3 commits intoundera:masterfrom
AndreyVMarkelov:add-mcpulse-plugin
Mar 14, 2026
Merged

Add MCPLoadTester plugin descriptor for Plugins Manager#782
undera merged 3 commits intoundera:masterfrom
AndreyVMarkelov:add-mcpulse-plugin

Conversation

@AndreyVMarkelov
Copy link
Contributor

@AndreyVMarkelov AndreyVMarkelov commented Mar 13, 2026

Summary

Add a new third-party plugin descriptor for MCPLoadTester MCP Sampler to the Plugins Manager repository.

Changes

  • Added entry into site/dat/repo/various.json
  • Registered plugin id: avm-mcp-sampler
  • Added plugin metadata:
  • name: MCPLoadTester MCP Sampler
  • description: MCP sampler for stdio, HTTP, and HTTP+SSE transports
  • help URL: https://github.com/AndreyVMarkelov/MCPulse
  • screenshot URL: https://raw.githubusercontent.com/AndreyVMarkelov/MCPulse/main/docs/images/stdio_sampler_settings.png
  • marker class: io.github.mcpsampler.gui.McpSamplerGui
  • component classes:
  • io.github.mcpsampler.McpSampler
  • io.github.mcpsampler.gui.McpSamplerGui

Version included

  • 1.0.1
  • artifact:
    • https://github.com/AndreyVMarkelov/MCPulse/releases/download/v1.0.1/jmeter-mcp-sampler-1.0.1.jar
  • runtime libs:
    • jackson-databind 2.17.1
    • jackson-core 2.17.1
    • jackson-annotations 2.17.1

Screenshot

MCPulse MCP Sampler

Notes

  • Descriptor follows existing third-party plugin format used in site/dat/repo.

@@ -0,0 +1,26 @@
[
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now, all third-party plugins live in various.json. Please move your descriptor there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, you are right.

I moved the descriptor into site/dat/repo/various.json and removed site/dat/repo/mcpulse.json.

Please re-check when convenient.

@AndreyVMarkelov AndreyVMarkelov changed the title Add MCPulse plugin descriptor for Plugins Manager Add MCPLoadTester plugin descriptor for Plugins Manager Mar 14, 2026
@codecov
Copy link

codecov bot commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.00%. Comparing base (09d23ae) to head (e2b2252).
⚠️ Report is 38 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #782      +/-   ##
============================================
+ Coverage     68.90%   69.00%   +0.10%     
- Complexity     2629     2651      +22     
============================================
  Files           230      233       +3     
  Lines         15965    16061      +96     
  Branches       1638     1650      +12     
============================================
+ Hits          11000    11083      +83     
- Misses         4146     4147       +1     
- Partials        819      831      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@undera undera merged commit 55a3971 into undera:master Mar 14, 2026
3 checks passed
@undera
Copy link
Owner

undera commented Mar 14, 2026

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants