Skip to main content
Glama
tenancy.rs451 B
use serde::{ Deserialize, Serialize, }; pub use si_id::{ ChangeSetId, WorkspacePk, }; #[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq)] pub struct Tenancy { pub change_set_id: ChangeSetId, pub workspace_pk: WorkspacePk, } impl Tenancy { pub fn new(workspace_pk: WorkspacePk, change_set_id: ChangeSetId) -> Self { Tenancy { change_set_id, workspace_pk, } } }

Latest Blog Posts

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/systeminit/si'

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