Skip to main content
Glama

Neo4j MCP Server

AsapScheduler.js1.09 kB
import { __extends } from "tslib"; import { AsyncScheduler } from './AsyncScheduler'; var AsapScheduler = (function (_super) { __extends(AsapScheduler, _super); function AsapScheduler() { return _super !== null && _super.apply(this, arguments) || this; } AsapScheduler.prototype.flush = function (action) { this._active = true; var flushId = this._scheduled; this._scheduled = undefined; var actions = this.actions; var error; action = action || actions.shift(); do { if ((error = action.execute(action.state, action.delay))) { break; } } while ((action = actions[0]) && action.id === flushId && actions.shift()); this._active = false; if (error) { while ((action = actions[0]) && action.id === flushId && actions.shift()) { action.unsubscribe(); } throw error; } }; return AsapScheduler; }(AsyncScheduler)); export { AsapScheduler }; //# sourceMappingURL=AsapScheduler.js.map

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/Tobarrientos2/neo4j-mcpserver'

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