TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Texture: Chat with Any API

4 点作者 andes31411 天前
Texture is both a collection of public MCP servers and a platform for creating your own. Each server is a wrapper around an API, allowing you to chat with it using natural language.<p>Feedback is greatly appreciated. Goal is to make something people want.

1 comment

rafram11 天前
The client&#x27;s POST requests should just include the message the user sent, not the entire chat history. The chat history should live on the server. Trusting the client to provide an accurate history is bad security.