TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Texture: Chat with Any API

4 pointsby andes31428 days ago
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

rafram28 days ago
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.