We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/windows-operations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[package]
name = "WindowsSystemOperations"
version = "0.1.0"
edition = "2021"
authors = ["Sandra <sandraschipal@hotmail.com>"]
description = "Zed extension bridge for WindowsSystemOperations MCP server"
[lib]
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.2.0"
[profile.release]
lto = true
opt-level = "z"
strip = true