atxp 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -30
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,42 +1,15 @@
1
- # ATXP CLI
1
+ # ATXP
2
2
 
3
- The official ATXP (Authorization Token Exchange Protocol) CLI tool for creating projects and running demos.
3
+ ATXP is a framework for building and running agents that can interact with the world. See [docs.atxp.ai](https://docs.atxp.ai) for documentation and examples.
4
4
 
5
- ## Quick Start
5
+ ## CLI Usage
6
6
 
7
7
  ### Create a new ATXP project
8
8
  ```bash
9
9
  npm create atxp
10
10
  ```
11
- Creates a new project with interactive prompts for:
12
- - Project name and template
13
- - Solana network configuration
14
- - Environment setup
15
- - Git initialization
16
11
 
17
12
  ### Run the ATXP demo
18
13
  ```bash
19
14
  npx atxp
20
15
  ```
21
- Downloads and runs the latest ATXP agent demo from GitHub, showcasing a full web-based agent with MCP servers.
22
-
23
- ## What is ATXP?
24
-
25
- ATXP is a framework for building agents that can interact with the world through secure OAuth authentication and Solana payments. It provides:
26
-
27
- - 🔐 OAuth-based authentication
28
- - 💰 Solana payment integration
29
- - 🤖 MCP (Model Context Protocol) support
30
- - ⚡ Fast and secure architecture
31
-
32
- ## Templates
33
-
34
- - **Basic Client**: CLI client example
35
- - **Server**: MCP server with payments
36
- - **Full Stack**: Complete client + server setup
37
-
38
- ## Learn More
39
-
40
- - [Documentation](https://docs.atxp.ai)
41
- - [GitHub Repository](https://github.com/atxp-dev/sdk)
42
- - [Examples](https://github.com/atxp-dev/sdk/tree/main/examples)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atxp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "ATXP CLI - Command line tool for creating ATXP projects and running demos",
5
5
  "license": "MIT",
6
6
  "repository": {