superconductor-core

superconductor-core is a PHP library designed to provide functionalities for calculations and simulations related to superconductors. It is primarily aimed at researchers in physics and materials science, allowing them to analyze the properties of superconductors through specific algorithms and data processing features.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

19

Forks

0

Issues

0

README

Superconductor

Superconductor Core

Latest Version on Packagist
Total Downloads

MCP - Decoupled, elegant, use capabilities directly, registered like routes. Use any capabilities you want, or dont.
Use MCP/RPC Methods for building Servers and Clients. All the MCP methods are here, also registered like routes!
Add transport layers to export your Server the way you want, or not at all. Your Clients can support any transport layer you want, or not at all.

MCP for Artisans

  • Decoupled Architecture: Use Capabilities directly, or as an MCP Server or Client. Work with the transports you want. Or not at all.

  • Feels like Laravel: Adding this package and building it with modules, makes MCP feel like Laravel

  • Only the capabilities you want: You can use only a tools module, and not have resources code floating around. Bonus - they register like routes!

  • Server, Client, or something else: Use the RPC Layer to manage your capabilities with MCP-supported method calls. Or add your own. Register them like routes, too!!

  • Transport-agnostic: Expose your MCP-enabled Applications the way you want. STDIO, Http over SSE, StreamableHttp, or roll your own transport layer. Plug it in, ask your agent to tap in.


$client = MyMCPClient::initialize($mcp_server);

$tools_available_on_server = $client->listTools();
$results = $client->callTool($tool_name)