TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15447 · Jan 29

#typescript MCP Apps is a stable standard (version 2026-01-26) that lets MCP servers show interactive UIs like charts, forms, maps, 3D scenes, and dashboards right in AI chats such as Claude or ChatGPT. Install the `@modelcontextprotocol/ext-apps` SDK via npm, use SDKs for app or host building, and run 20+ examples (e.g., budget tools, PDF viewers, real-time monitors) locally or in clients. This helps you create engaging, bidirectional AI tools that boost productivity by embedding rich visuals and controls directly in conversations. https://github.com/modelcontextprotocol/ext-apps

Hashtags

Results

1 similar post found

Search: #pipenv

当前筛选 #pipenv清除筛选
djangoproject

@djangoproject · Post #535 · 12/28/2017, 10:12 AM

https://docs.pipenv.org/ #Pipenv — the officially recommended #Python#packaging tool from Python.org, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (#bundler, #composer, #npm, #cargo, #yarn, etc.) to the Python world. #Windows is a first–class citizen, in our world. It automatically creates and manages a #virtualenv for your projects, as well as adds/removes #packages from your #Pipfile as you install/uninstall packages. It also generates the ever–important Pipfile.lock, which is used to produce deterministic builds.