We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oakenai/mcp-edit-file-lines'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-edits.txt•222 B
line 1: function hello() {
line 2: console.log("Hello");
line 3: }
line 4:
line 5: function world() {
line 6: return "World";
line 7: }
line 8:
line 9: module.exports = {
line 10: hello,
line 11: world
line 12: };