Skip to main content
Glama

code-index-mcp

Person.m501 B
#import "Person.h" @implementation Person - (instancetype)initWithName:(NSString *)name age:(NSInteger)age { self = [super init]; if (self) { _name = name; _age = age; } return self; } - (void)sayHello { NSLog(@"Hello, my name is %@", self.name); } - (void)updateEmail:(NSString *)email { self.email = email; NSLog(@"Email updated to: %@", email); } + (Person *)createDefaultPerson { return [[Person alloc] initWithName:@"John Doe" age:30]; } @end

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/johnhuang316/code-index-mcp'

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