Skip to content

Commit ac09352

Browse files
committed
remove mcp and connect
1 parent 5f04d05 commit ac09352

2 files changed

Lines changed: 0 additions & 50 deletions

File tree

getting-started.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -101,45 +101,6 @@ if not errors:
101101
# Send xml_bytes via your ECP/EDX endpoint
102102
```
103103

104-
+++ Exchange Connectivity
105-
106-
**nexa-connect** is for teams building or maintaining direct exchange connections.
107-
108-
```bash
109-
go get github.com/phasenexa/nexa-connect
110-
```
111-
112-
```go
113-
package main
114-
115-
import (
116-
"context"
117-
"log"
118-
119-
"github.com/phasenexa/nexa-connect/nordpool"
120-
)
121-
122-
func main() {
123-
client, err := nordpool.NewClient(nordpool.Config{
124-
APIKey: "your-api-key",
125-
BaseURL: "https://api.nordpoolgroup.com/v2",
126-
})
127-
if err != nil {
128-
log.Fatal(err)
129-
}
130-
131-
ctx := context.Background()
132-
markets, err := client.ListMarkets(ctx)
133-
if err != nil {
134-
log.Fatal(err)
135-
}
136-
137-
for _, m := range markets {
138-
log.Printf("Market: %s (%s)", m.Name, m.ID)
139-
}
140-
}
141-
```
142-
143104
+++
144105

145106
---
@@ -150,9 +111,7 @@ func main() {
150111
|-----------------|------------|-----------------|
151112
| nexa-marketdata | Python | 3.10+ |
152113
| nexa-bidkit | Python | 3.10+ |
153-
| nexa-connect | Go | 1.21+ |
154114
| nexa-mfrr-nordic-eam | Python | 3.11+ |
155-
| nexa-mcp | Python | 3.10+ |
156115

157116
---
158117

index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ pip install nexa-mfrr-nordic-eam
6565
[Learn more](/libraries/nexa-mfrr-nordic-eam/) | [GitHub](https://github.com/phasenexa/nexa-mfrr-nordic-eam)
6666
:::
6767

68-
:::content
69-
70-
### Coming soon: nexa-connect and nexa-mcp
71-
72-
**nexa-connect** -- exchange connectivity SDK with FIX protocol, REST/WebSocket connections to Nord Pool, EPEX SPOT, and EEX.
73-
74-
**nexa-mcp** -- MCP server exposing Phase Nexa data and tools to LLM clients.
75-
:::
76-
7768
---
7869

7970
## Why now

0 commit comments

Comments
 (0)