Skip to main content
Glama

MCP Hospital Assistant

by ajay800800
threading.h388 B
#ifndef NODE_SQLITE3_SRC_THREADING_H #define NODE_SQLITE3_SRC_THREADING_H #define NODE_SQLITE3_MUTEX_t uv_mutex_t mutex; #define NODE_SQLITE3_MUTEX_INIT uv_mutex_init(&mutex); #define NODE_SQLITE3_MUTEX_LOCK(m) uv_mutex_lock(m); #define NODE_SQLITE3_MUTEX_UNLOCK(m) uv_mutex_unlock(m); #define NODE_SQLITE3_MUTEX_DESTROY uv_mutex_destroy(&mutex); #endif // NODE_SQLITE3_SRC_THREADING_H

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/ajay800800/doc_mcp'

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