Skip to main content
Glama

code-index-mcp

UserManager.h326 B
#import <Foundation/Foundation.h> #import "Person.h" @interface UserManager : NSObject @property (nonatomic, strong) NSMutableArray<Person *> *users; + (UserManager *)sharedManager; - (void)addUser:(Person *)user; - (Person *)findUserByName:(NSString *)name; - (void)removeUser:(Person *)user; - (NSInteger)userCount; @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