Skip to main content
Glama

mcp-victorialogs

bolt_openbsd.go241 B
package bbolt import ( "golang.org/x/sys/unix" ) func msync(db *DB) error { return unix.Msync(db.data[:db.datasz], unix.MS_INVALIDATE) } func fdatasync(db *DB) error { if db.data != nil { return msync(db) } return db.file.Sync() }

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/VictoriaMetrics-Community/mcp-victorialogs'

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