Readit News logoReadit News
traviscline commented on iOS 18.6.2 – System-Wide Trust Collapse via Anchor Corruption and ATS Reset   github.com/JGoyd/ios-trus... · Posted by u/mintplant
traviscline · 3 months ago
I’m seeing this even in RecoveryOS after a fresh MacOS install..

Can others check logs on MacOS and iOS devices?

traviscline commented on A critical look at MCP   raz.sh/blog/2025-05-02_a_... · Posted by u/ablekh
traviscline · 7 months ago
In the current state you can insert “mcpspy” in front of a server and it intercepts and streams out a plain text format that’s nice for humans and machines. There’s also a replay tool that emulates previous traffic, including in mock client and server modes, and a diffing program that is mcp protocol aware.

Oh, and most importantly, a vim syntax plugin for the .mcp file format.

traviscline · 7 months ago
https://github.com/tmc/mcp/blob/next/cmd/mcpdiff/testdata/sc...

This is what the tests look like, for both the tools and to validate the servers.

traviscline commented on A critical look at MCP   raz.sh/blog/2025-05-02_a_... · Posted by u/ablekh
traviscline · 7 months ago
Thanks for this, I’ve been feeling similarly.

I’m working on some Go programs/tools with the explicit goal of describing existing servers in a language neutral manner to try to get some sanity into the mix.

I was reenergized to pick this back up because Google is working on a version so I want to get these tools ready.

Open to ideas and input, have been noodling on it for a bit now, lots not in form to share but figured I’d share early:

https://github.com/tmc/mcp

traviscline · 7 months ago
In the current state you can insert “mcpspy” in front of a server and it intercepts and streams out a plain text format that’s nice for humans and machines. There’s also a replay tool that emulates previous traffic, including in mock client and server modes, and a diffing program that is mcp protocol aware.

Oh, and most importantly, a vim syntax plugin for the .mcp file format.

traviscline commented on A critical look at MCP   raz.sh/blog/2025-05-02_a_... · Posted by u/ablekh
traviscline · 7 months ago
Thanks for this, I’ve been feeling similarly.

I’m working on some Go programs/tools with the explicit goal of describing existing servers in a language neutral manner to try to get some sanity into the mix.

I was reenergized to pick this back up because Google is working on a version so I want to get these tools ready.

Open to ideas and input, have been noodling on it for a bit now, lots not in form to share but figured I’d share early:

https://github.com/tmc/mcp

traviscline commented on langchaingo – LangChain in Idiomatic Go   github.com/tmc/langchaing... · Posted by u/traviscline
traviscline · 2 years ago
I've been building+maintaining this Go-idiomatic port of langchain concepts to Go.

We're gaining a bit of traction and would love input, feedback, and contributions.

we have some nascent docs+tutorials here:

https://tmc.github.io/langchaingo/docs/getting-started/guide...

And a ton of examples here: https://github.com/tmc/langchaingo/tree/main/examples

traviscline commented on Agency: Pure Go LangChain Alternative   github.com/neurocult/agen... · Posted by u/emil14
itake · 2 years ago
Unfortunately, you're using sashabaranov/go-openai, which has different api behavior than the official langchain python package [0].

I was hoping this would be a drop in replacement for langchain (so DS ppl can code in python and gophers can port it to production).

[0] - https://github.com/sashabaranov/go-openai#why-dont-we-get-th...

traviscline · 2 years ago
You might be interested in https://github.com/tmc/langchaingo which adheres to some of the conceptual modeling in langchain.
traviscline commented on Agency: Pure Go LangChain Alternative   github.com/neurocult/agen... · Posted by u/emil14
huac · 2 years ago
I like Go a lot for working with OpenAI etc, it's 'just' API calls and Go is great at that. I've opensourced some bits here: https://github.com/stillmatic/gollum -- in particular, function dispatch (given a prompt, return an arbitrary Go struct) is really nice, as is a very fast in-memory KNN index.
traviscline · 2 years ago
This is cool -- I wrote something a bit similar here but uses just raw Go as the source input: https://github.com/tmc/go2oapi

u/traviscline

KarmaCake day22February 3, 2009View Original