Yorrick Jansen commited on
Commit
745568f
·
1 Parent(s): 6191059

Initial commit

Browse files
Files changed (1) hide show
  1. specs/poc.md +3 -0
specs/poc.md CHANGED
@@ -33,6 +33,9 @@ No resources are to be exposed for now.
33
  5. Write unit tests for the code, and add them to the tests directory.
34
  6. Code must be written in the strava_mcp directory.
35
  7. Implement logging of errors and warnings.
 
 
 
36
 
37
 
38
 
 
33
  5. Write unit tests for the code, and add them to the tests directory.
34
  6. Code must be written in the strava_mcp directory.
35
  7. Implement logging of errors and warnings.
36
+ 8. Use pydantic for Model Driven Development.
37
+ 9. Use pydantic-settings for configuration.
38
+ 10. Separate logic, api, and data access layers.
39
 
40
 
41