Skip to main content
Glama

CodeGraphContext

functions.php302 B
<?php function greet($name, $age = 20) { return "Hello {$name}, you are {$age} years old"; } function sumNumbers(...$nums) { return array_sum($nums); } $double = function($n) { return $n * 2; }; echo greet("Shashank", 21) . "\n"; echo sumNumbers(1,2,3,4) . "\n"; echo $double(5) . "\n";

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Shashankss1205/CodeGraphContext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server