ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

Building an MCP server with @cloudflare-dev.bsky.social agents SDK. It's an interesting mental shift writing an API where do you don't have to worry so much about the shape of your response. E.g. for a Bluesky tool I can neatly format feed data or dump it as-is, the model makes sense of it.

May 6, 2025, 2:37 AM

Record data

{
  "uri": "at://did:plc:3hw5r376cu7qx25ng5rozuyu/app.bsky.feed.post/3lohtzakqos2j",
  "cid": "bafyreicsfp3p7vmgpgwaja2dqb734zc2n4d3poe6ukazzoh6kdarsh3xjy",
  "value": {
    "text": "Building an MCP server with @cloudflare-dev.bsky.social agents SDK. It's an interesting mental shift writing an API where do you don't have to worry so much about the shape of your response. E.g. for a Bluesky tool I can neatly format feed data or dump it as-is, the model makes sense of it.",
    "$type": "app.bsky.feed.post",
    "langs": [
      "en"
    ],
    "facets": [
      {
        "$type": "app.bsky.richtext.facet",
        "index": {
          "byteEnd": 55,
          "byteStart": 28
        },
        "features": [
          {
            "did": "did:plc:rneu5rp2cywl45y4g25l7y5n",
            "$type": "app.bsky.richtext.facet#mention"
          }
        ]
      }
    ],
    "createdAt": "2025-05-06T02:37:12.078Z"
  }
}