We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
rust-version = "1.49.0"
name = "http"
version = "1.3.1"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Carl Lerche <me@carllerche.com>",
"Sean McArthur <sean@seanmonstar.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A set of types for representing HTTP requests and responses.
"""
documentation = "https://docs.rs/http"
readme = "README.md"
keywords = ["http"]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hyperium/http"
[features]
default = ["std"]
std = []
[lib]
name = "http"
path = "src/lib.rs"
[[test]]
name = "header_map"
path = "tests/header_map.rs"
[[test]]
name = "header_map_fuzz"
path = "tests/header_map_fuzz.rs"
[[test]]
name = "status_code"
path = "tests/status_code.rs"
[dependencies.bytes]
version = "1"
[dependencies.fnv]
version = "1.0.5"
[dependencies.itoa]
version = "1"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.rand]
version = "0.8.0"
[dev-dependencies.serde]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"